We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f48be commit 207715aCopy full SHA for 207715a
pyproject.toml
@@ -45,14 +45,8 @@ dev = [
45
requires = ["setuptools>=61.0"]
46
build-backend = "setuptools.build_meta"
47
48
-[tool.setuptools]
49
-packages = ["curo"]
50
-
51
-[tool.setuptools.package-data]
52
-curo = ["*.py"]
53
54
-[tool.setuptools.exclude-package-data]
55
-curo = ["docs/*", "tests/*"]
+[tool.setuptools.packages.find]
+include = ["curo", "curo.*"]
56
57
[tool.pytest.ini_options]
58
python_files = ["test_*.py"]
0 commit comments