This updates the minversion used in tox.ini to be a more recent version
to match other openstack project's settings. It also drops the out of
date defaults and replaces them with venv since there are not actually
any unit test environments to run. The only useful environment is venv,
so the default target will now just create the venv as a shortcut.
Change-Id: I58a606c5b923c27475e57a3839c493506e1d0774
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
The README file was in RST, but had a formatting issue with the title.
The usage of the README is setup was incorrectly setting the content
type to markdown, rather than RST. This seems to have caused our twine
check to validate the package as fine, but PyPi apparently checks
package metadata a different way and rejected the package upload due to
issues with the README file.
This corrects the RST syntax, renames the file from txt to rst to
accurately reflect its content type, and updates the settings up
setup.py to correctly report the content as RST.
Change-Id: I5135a709410372aa938446563e8eca70b5eea985
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This package was manually released and uploaded to PyPI before it
was added to OpenStack release automation. In order to properly
exercise the release machinery and properly sign the OpenStack
release artifacts, we need to re-release it.
Change-Id: Ic1e5024f68eedacc2e6b71aa40152cf48a3d8da7