Skip to content

Commit

Permalink
Add poetry to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaridhg committed Jan 23, 2024
1 parent 0ff5e8a commit 387a35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ layout: default
| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --- | :---------------------------------------------: |
| [setuptools](https://setuptools.pypa.io) | A widely used build backend, used to configure a Python package. | 🟢 | [autodE](https://github.com/duartegroup/autodE) |
| [setuptools-scm](https://github.com/pypa/setuptools_scm/) | Provides automatic versioning Python packages. Also automatically adds all files under source control to the sdist / wheel. | 🟢 | [btrack](https://github.com/quantumjot/btrack) |
| [poetry](https://github.com/python-poetry/poetry) | A tool that lets you build and package your project as well as managing dependencies | 🟠 | |
| [twine](https://pypi.org/project/twine/) | Tool for publishing Python packages on PyPI. | 🟠 | |
| [bump2version](https://pypi.org/project/bump2version/) | Tool for version-bumping your software. No longer maintained | 🔴 | |
| [bump-my-version](https://github.com/callowayproject/bump-my-version) | Tool for version-bumping your software. Superseded by setuptools_scm | 🔴 | |
Expand Down

0 comments on commit 387a35e

Please sign in to comment.