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.
1 parent 3660eb6 commit 720d663Copy full SHA for 720d663
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