minor tweaks to setup.py
This commit is contained in:
parent
ab95369801
commit
f41a99f21c
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user