Skip to content

Commit

Permalink
Add setuptools-scm to the tooling docs (#109)
Browse files Browse the repository at this point in the history
Fixes #98 

Add `setuptools-scm` to the packaging page of the docs
  • Loading branch information
p-j-smith authored Jul 25, 2023
1 parent 1702c21 commit b4d4444
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/pages/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ layout: default

# Packaging

| Name | Short description | Used by | 🚦 |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | :-: |
| [build](https://pypa-build.readthedocs.io/en/stable/) | Straightforward tool to build a Python package. | | 🟢 |
| [setuptools](https://setuptools.pypa.io) | A widely used build backend, used to configure a Python package. | [autodE](https://github.com/duartegroup/autodE) | 🟢 |
| [cibuildwheel](https://cibuildwheel.readthedocs.io) | Builds python wheels for the main operating systems on continuous integration runs (e.g. GitHub actions). | [streamtracer](https://github.com/dstansby/streamtracer) | 🟢 |
| Name | Short description | Used by | 🚦 |
| --------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | :-: |
| [build](https://pypa-build.readthedocs.io/en/stable/) | Straightforward tool to build a Python package. | | 🟢 |
| [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) | 🟢 |
| [cibuildwheel](https://cibuildwheel.readthedocs.io) | Builds python wheels for the main operating systems on continuous integration runs (e.g. GitHub actions). | [streamtracer](https://github.com/dstansby/streamtracer) | 🟢 |

## Conda

Expand Down

0 comments on commit b4d4444

Please sign in to comment.