Show More
@@ -123,3 +123,18 b" download_url = 'http://archive.ipython.org/release/%s' % version" | |||
|
123 | 123 | platforms = ['Linux','Mac OSX','Windows XP/2000/NT'] |
|
124 | 124 | |
|
125 | 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 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now