Move the most of metadata into setup.cfg.

Add `pyproject.toml` according to PEP 517.
This commit is contained in:
KOLANICH 2023-02-13 00:49:03 +03:00
parent 68e5752503
commit 1f34225fc8
3 changed files with 87 additions and 89 deletions

3
pyproject.toml Normal file
View file

@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42.2", "numpy>=1.7",]
build-backend = "setuptools.build_meta"