From f41a99f21c3b51c050e0bad56cb1f51e18841e5a Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 21 Dec 2020 21:59:19 -0800 Subject: [PATCH] minor tweaks to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 361a4c1..e961320 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ with open('README.md', 'rt') as f: with open('lethe/VERSION.py', 'rt') as f: version = f.readlines()[2].strip() + setup(name='lethe', version=version, description='Git-based snapshotting', @@ -43,7 +44,6 @@ setup(name='lethe', 'traceability', ], classifiers=[ - 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Development Status :: 4 - Beta', 'Environment :: Other Environment',