Remove setup.cfg as PyPI doesn't support it.

This commit is contained in:
Bradley Ayers 2015-05-10 09:05:03 +10:00
parent 9b5abf708e
commit 4ae58df1ad
3 changed files with 6 additions and 3 deletions

View File

@ -65,6 +65,11 @@ Publishing a release
Change log
==========
v1.0.3
------
- Remove setup.cfg as PyPI doesn't actually support it, instead it's a distutils2 thing that's been discontinued.
v1.0.2
------

View File

@ -12,4 +12,4 @@ except ImportError:
pass
__version__ = "1.0.2"
__version__ = "1.0.3"

View File

@ -1,2 +0,0 @@
[metadata]
description-file = README.md