Closed stefanv closed 1 year ago
Since the package does not build any extensions, there's little point in having a setup.py.
A static dependency definition can be provided in pyproject.toml.
pyproject.toml
Installation instructions should be updated to use pip: pip install . (source) or pip install <package-name> (pypi).
pip
pip install .
pip install <package-name>
Resolved
Since the package does not build any extensions, there's little point in having a setup.py.
A static dependency definition can be provided in
pyproject.toml
.Installation instructions should be updated to use
pip
:pip install .
(source) orpip install <package-name>
(pypi).