pyproject: remove setuptools `include-package-data = false`

I compared the sdists and wheels and it makes no difference.
This commit is contained in:
Ran Benita 2024-04-28 22:54:31 +03:00
parent 6d54a6b2e3
commit 7c83841a3d
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ testing = ["filelock"]
psutil = ["psutil>=3.0"]
setproctitle = ["setproctitle"]
[tool.setuptools]
include-package-data = false
[tool.setuptools_scm]
write_to = "src/xdist/_version.py"