You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python tooling ecosystem has involved considerably since I first created nolds. It's time to move to modern tools. Especially, the custom setup.py has to go in favor of a proper pyproject.toml. I also want to use poetry for better dependency management over pip and setuptools.
Create pyproject.toml.
Copy all info from setup.py into pyproject.toml (or other respective files, such as MANIFEST.in).
Dependencies
Specify required versions for dependencies
Extras
Metadata
Test installation locally
The text was updated successfully, but these errors were encountered:
The Python tooling ecosystem has involved considerably since I first created nolds. It's time to move to modern tools. Especially, the custom
setup.py
has to go in favor of a properpyproject.toml
. I also want to usepoetry
for better dependency management overpip
andsetuptools
.pyproject.toml
.setup.py
intopyproject.toml
(or other respective files, such asMANIFEST.in
).The text was updated successfully, but these errors were encountered: