Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from setuptools to Poetry. #43

Open
7 tasks
Tracked by #27
CSchoel opened this issue Aug 10, 2024 · 0 comments
Open
7 tasks
Tracked by #27

Move from setuptools to Poetry. #43

CSchoel opened this issue Aug 10, 2024 · 0 comments
Assignees

Comments

@CSchoel
Copy link
Owner

CSchoel commented Aug 10, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant