Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 319 Bytes

File metadata and controls

22 lines (16 loc) · 319 Bytes

Development

Setup

$ virtualenv .venv
$ . .venv/bin/activate
$ pip install -e ".[dev]"

Build

To build, confirm the version number in pyproject.toml is up to date, and then run:

$ python3 -m build

Distribute

$ python3 -m twine upload -r pypi dist/doc2ann-<version>*