@ -35,6 +35,8 @@ Forking *etherpump* into *etherpump*. (Work in progress!)
Migrating the source code to Python 3.
Integrate PyPi publishing with setuptools.
-----
**May - September 2019**
@ -115,6 +117,15 @@ For help on each individual subcommand, run:
`$ etherpump revisionscount --help`
Publishing
----------
* `pip install twine`
* Bump the version number in `etherpump/__init__.py` following ["semver"](https://semver.org/) conventions
* Run `make publish`
You should have a [PyPi](https://pypi.org/) account and be added as an owner/maintainer on the [etherpump package](https://pypi.org/project/etherpump/).