Show More
@@ -123,3 +123,18 b" download_url = 'http://archive.ipython.org/release/%s' % version" | |||||
123 | platforms = ['Linux','Mac OSX','Windows XP/2000/NT'] |
|
123 | platforms = ['Linux','Mac OSX','Windows XP/2000/NT'] | |
124 |
|
124 | |||
125 | keywords = ['Interactive','Interpreter','Shell','Parallel','Distributed'] |
|
125 | keywords = ['Interactive','Interpreter','Shell','Parallel','Distributed'] | |
|
126 | ||||
|
127 | classifiers = [ | |||
|
128 | 'Intended Audience :: Developers', | |||
|
129 | 'Intended Audience :: Science/Research' | |||
|
130 | 'License :: OSI Approved :: BSD License', | |||
|
131 | 'Programming Language :: Python', | |||
|
132 | 'Programming Language :: Python :: 2', | |||
|
133 | 'Programming Language :: Python :: 2.6', | |||
|
134 | 'Programming Language :: Python :: 2.7', | |||
|
135 | 'Programming Language :: Python :: 3', | |||
|
136 | 'Programming Language :: Python :: 3.1', | |||
|
137 | 'Programming Language :: Python :: 3.2', | |||
|
138 | 'Topic :: System :: Distributed Computing', | |||
|
139 | 'Topic :: System :: Shells' | |||
|
140 | ] |
@@ -84,6 +84,7 b' setup_args = dict(' | |||||
84 | license = license, |
|
84 | license = license, | |
85 | platforms = platforms, |
|
85 | platforms = platforms, | |
86 | keywords = keywords, |
|
86 | keywords = keywords, | |
|
87 | classifiers = classifiers, | |||
87 | cmdclass = {'install_data': install_data_ext}, |
|
88 | cmdclass = {'install_data': install_data_ext}, | |
88 | ) |
|
89 | ) | |
89 |
|
90 |
General Comments 0
You need to be logged in to leave comments.
Login now