Skip to content

Commit f29a859

Browse files
committed
Updated setup.py metadata following Issue #2
1 parent f923cab commit f29a859

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
(in other words, when working with large amount of data, there is no
4747
performance gain when zooming in)."""
4848
KEYWORDS = ''
49-
CLASSIFIERS = ['Topic :: Scientific/Engineering']
49+
CLASSIFIERS = []
5050
if 'beta' in version or 'b' in version:
5151
CLASSIFIERS += ['Development Status :: 4 - Beta']
5252
elif 'alpha' in version or 'a' in version:
@@ -120,7 +120,11 @@ def run(self):
120120
author = "Pierre Raybaut",
121121
author_email = 'pierre.raybaut@gmail.com',
122122
url = 'https://github.com/PierreRaybaut/%s' % LIBNAME,
123+
platforms = 'Any',
123124
classifiers=CLASSIFIERS + [
125+
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
126+
'Topic :: Scientific/Engineering :: Visualization',
127+
'Topic :: Software Development :: Widget Sets',
124128
'Operating System :: MacOS',
125129
'Operating System :: Microsoft :: Windows',
126130
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)