File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4646(in other words, when working with large amount of data, there is no
4747performance gain when zooming in)."""
4848KEYWORDS = ''
49- CLASSIFIERS = ['Topic :: Scientific/Engineering' ]
49+ CLASSIFIERS = []
5050if 'beta' in version or 'b' in version :
5151 CLASSIFIERS += ['Development Status :: 4 - Beta' ]
5252elif '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' ,
You can’t perform that action at this time.
0 commit comments