File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2626DESCRIPTION = 'qwt is a pure Python implementation of Qwt C++ library, using PyQt and NumPy'
2727LONG_DESCRIPTION = ''
2828KEYWORDS = ''
29- CLASSIFIERS = ['Development Status :: 5 - Production/Stable' ,
29+ CLASSIFIERS = [
30+ 'Development Status :: 3 - Alpha' ,
31+ # 'Development Status :: 5 - Production/Stable',
3032 'Topic :: Scientific/Engineering' ]
3133
3234
@@ -87,8 +89,8 @@ def run(self):
8789
8890
8991setup (name = LIBNAME , version = version ,
90- download_url = 'http://%s.googlecode.com/files/%s-%s.zip' % (
91- LIBNAME , LIBNAME , version ),
92+ # download_url='http://%s.googlecode.com/files/%s-%s.zip' % (
93+ # LIBNAME, LIBNAME, version),
9294 description = DESCRIPTION , long_description = LONG_DESCRIPTION ,
9395 packages = get_subpackages (LIBNAME ),
9496 package_data = {LIBNAME :
You can’t perform that action at this time.
0 commit comments