minor tweaks to setup.py

This commit is contained in:
Jan Petykiewicz 2020-12-21 21:59:19 -08:00
parent ab95369801
commit f41a99f21c

View File

@ -9,6 +9,7 @@ with open('README.md', 'rt') as f:
with open('lethe/VERSION.py', 'rt') as f: with open('lethe/VERSION.py', 'rt') as f:
version = f.readlines()[2].strip() version = f.readlines()[2].strip()
setup(name='lethe', setup(name='lethe',
version=version, version=version,
description='Git-based snapshotting', description='Git-based snapshotting',
@ -43,7 +44,6 @@ setup(name='lethe',
'traceability', 'traceability',
], ],
classifiers=[ classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Other Environment', 'Environment :: Other Environment',