forked from josch/img2pdf
Added changelog and tweaked license entry.
This commit is contained in:
parent
5d2cb0dbd3
commit
90b2a7efa5
2 changed files with 15 additions and 1 deletions
14
CHANGES.rst
Normal file
14
CHANGES.rst
Normal 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.
|
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup (
|
||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: Implementation :: CPython',
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
'License :: OSI Approved :: General Public License',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'Operating System :: OS Independent'],
|
'Operating System :: OS Independent'],
|
||||||
|
|
Loading…
Reference in a new issue