Skip to content

Commit 81b0ef7

Browse files
author
Pierre Raybaut
committed
setup.py: minor changes
1 parent 04211ed commit 81b0ef7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
DESCRIPTION = 'qwt is a pure Python implementation of Qwt C++ library, using PyQt and NumPy'
2727
LONG_DESCRIPTION = ''
2828
KEYWORDS = ''
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

8991
setup(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:

0 commit comments

Comments
 (0)