qurator-spk / setuptools_ocrd

Manage your package version through ocrd-tool.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setuptools_ocrd

Manage your Python package version through ocrd-tool.json.

To use this, set the version field in ocrd-tool.json and use this in your pyproject.toml:

[build-system]
requires = ["setuptools>=61.0.0", "wheel", "setuptools-ocrd"]

[project]
# ... any other options ...
dynamic = ["version"]

Developer information

Please refer to README-DEV.md.

About

Manage your package version through ocrd-tool.json

License:Apache License 2.0


Languages

Language:Python 88.2%Language:Shell 11.8%