mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
Move the most of metadata into setup.cfg.
Add `pyproject.toml` according to PEP 517.
This commit is contained in:
parent
68e5752503
commit
1f34225fc8
3 changed files with 87 additions and 89 deletions
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=42.2", "numpy>=1.7",]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Loading…
Add table
Add a link
Reference in a new issue