We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9652503 commit 3e430eeCopy full SHA for 3e430ee
pyproject.toml
@@ -22,3 +22,9 @@ version = "1.8.0"
22
description = "A python wrapper of the C library 'Google CRC32C'"
23
readme = "README.md"
24
requires-python = ">=3.9"
25
+
26
+[project.optional-dependencies]
27
+testing = ["pytest"]
28
29
+[tool.setuptools.package-data]
30
+google_crc32c = ["py.typed"]
setup.cfg
@@ -39,10 +39,3 @@ classifiers =
39
[options]
40
zip_safe = True
41
python_requires = >=3.9
42
-
43
-[options.extras_require]
44
-testing = pytest
45
46
-[options.package_data]
47
-google_crc32c =
48
- py.typed
0 commit comments