Skip to content

Commit 3e430ee

Browse files
Migrate extras and package data configs to pyproject.toml
1 parent 9652503 commit 3e430ee

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ version = "1.8.0"
2222
description = "A python wrapper of the C library 'Google CRC32C'"
2323
readme = "README.md"
2424
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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@ classifiers =
3939
[options]
4040
zip_safe = True
4141
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

Comments
 (0)