Skip to content

Commit

Permalink
Merge pull request #98 from ksunden/py_typed
Browse files Browse the repository at this point in the history
Include py.typed in exported wheels and sdists
  • Loading branch information
oscargus committed Oct 3, 2023
2 parents 99d0d4e + 720d663 commit 4362cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ packages = ["cycler"]
[tool.setuptools.dynamic]
version = {attr = "cycler.__version__"}

[tool.setuptools.package-data]
cycler = ["py.typed"]

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

0 comments on commit 4362cfe

Please sign in to comment.