Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99d0d4e + 720d663 commit 4362cfeCopy full SHA for 4362cfe
1 file changed
pyproject.toml
@@ -44,6 +44,9 @@ packages = ["cycler"]
44
[tool.setuptools.dynamic]
45
version = {attr = "cycler.__version__"}
46
47
+[tool.setuptools.package-data]
48
+cycler = ["py.typed"]
49
+
50
[build-system]
51
requires = ["setuptools>=61"]
52
build-backend = "setuptools.build_meta"
0 commit comments