Metadata-Version: 2.1
Name: cz_nhm
Version: 0.5.0
Summary: Commitizen config for the NHM, London
Author-email: Natural History Museum <data@nhm.ac.uk>
License: MIT
Project-URL: repository, https://github.com/NaturalHistoryMuseum/cz-nhm
Project-URL: changelog, https://github.com/NaturalHistoryMuseum/cz-nhm/blob/main/CHANGELOG.md
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: commitizen

# cz-nhm

This is a [commitizen](https://commitizen-tools.github.io/commitizen) config used by the Natural History Museum's Informatics team.

Install with:
```shell
pip install git+https://github.com/NaturalHistoryMuseum/cz-nhm.git
```

Then use by setting the commitizen config name to `cz_nhm`, e.g. in `pyproject.toml`:
```toml
[tool.commitizen]
name = "cz_nhm"
version = "1.0.0"
tag_format = "v$version"
version_files = [
    "pyproject.toml:version"
]
```
