Moe settings from setup.py to setup.cfg, and add pyproject.toml

This commit is contained in:
Veronica K. B. Olsen
2020-10-16 18:53:29 +02:00
parent 7a25186634
commit 403066a83f
3 changed files with 48 additions and 48 deletions
+3
View File
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"