Wordpress extension for the Metapack data management system. http://metatab.org
This extension provides Metapack commands for:
This project has been set up using PyScaffold 3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
The project scaffold gets the version number for the module from git. To get the version number:
$ python setup.py --version
Set the version with a tag. The version numbers are specified with PEP440
$ git tag 0.0.1
Publish the project to to PyPI with twine:
pip install twine twine upload dist/*
This project has been set up using PyScaffold 3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.