Added changelog and tweaked license entry.

This commit is contained in:
Stephan Richter 2014-03-01 10:58:28 -05:00 committed by josch
parent 5d2cb0dbd3
commit 90b2a7efa5
2 changed files with 15 additions and 1 deletions

14
CHANGES.rst Normal file
View file

@ -0,0 +1,14 @@
=======
CHANGES
=======
1.0.0 (unreleased)
------------------
- Initial PyPI release.
- Modified code to create proper package.
- Added tests.
- Added console script entry point.

View file

@ -16,7 +16,7 @@ setup (
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: CPython',
'License :: OSI Approved :: General Public License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
'Natural Language :: English',
'Operating System :: OS Independent'],