Closed MuellerSeb closed 3 years ago
This PR adds a pyproject.toml and updates the installation setup.
requirements*.txt
setup.cfg
setup.py
pyproject.toml
[test]
.readthedocs.yml
[doc]
MANIFEST.in
[dev]
This PR adds a pyproject.toml and updates the installation setup.
requirements*.txt
files (in setup.cfg now)setup.cfg
for all setup configurationssetup.py
(editable installs possible with pip>21.1)pyproject.toml
to define build dependencies, setuptools_scm, coverage and black[test]
).readthedocs.yml
to install pentapy with pip and[doc]
extras on readthedocsMANIFEST.in
to shrink wheels and sdist[dev]
from setup