We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://setuptools.pypa.io/en/latest/
https://learn.scientific-python.org/development/tutorials/packaging/
https://www.pyopensci.org/python-package-guide/index.html
https://effigies.gitlab.io/posts/python-packaging-2023/ (and the repo: https://github.com/effigies/cookiecutter-packaging?tab=readme-ov-file)
https://alpopkes.com/posts/python/packaging_tools/
The text was updated successfully, but these errors were encountered:
Improve packaging with only pyproject.toml
7e941a3
Related to #34. Using this resource: https://learn.scientific-python.org/development/guides/packaging-simple/, removed the setup.py file and changed the backend from setuptools to hatchling. Now version only needs updating in one location, and pyproject.toml handles everything.
No branches or pull requests
https://setuptools.pypa.io/en/latest/
https://learn.scientific-python.org/development/tutorials/packaging/
https://www.pyopensci.org/python-package-guide/index.html
https://effigies.gitlab.io/posts/python-packaging-2023/ (and the repo: https://github.com/effigies/cookiecutter-packaging?tab=readme-ov-file)
https://alpopkes.com/posts/python/packaging_tools/
The text was updated successfully, but these errors were encountered: