Add build-system to pyproject.toml

So doesn't use legacy stuff.

Fix #719.
This commit is contained in:
Ran Benita
2021-10-30 11:57:48 +03:00
parent f8a434e349
commit 130dcdef76
4 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
from setuptools import setup
if __name__ == "__main__":
setup(
use_scm_version={"write_to": "src/xdist/_version.py"},
)
setup()