Skip to content

Commit 4362cfe

Browse files
authored
Merge pull request #98 from ksunden/py_typed
Include py.typed in exported wheels and sdists
2 parents 99d0d4e + 720d663 commit 4362cfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ packages = ["cycler"]
4444
[tool.setuptools.dynamic]
4545
version = {attr = "cycler.__version__"}
4646

47+
[tool.setuptools.package-data]
48+
cycler = ["py.typed"]
49+
4750
[build-system]
4851
requires = ["setuptools>=61"]
4952
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)