|
6 | 6 | setup( |
7 | 7 | name='runestone', |
8 | 8 | description='Sphinx extensions for writing interactive documents.', |
9 | | - version='2.0a1', |
| 9 | + version='2.0a2', |
10 | 10 | author = 'Brad Miller', |
11 | 11 | author_email = '[email protected]', |
12 | 12 | packages= find_packages(), |
|
19 | 19 | url = 'https://github.com/RunestoneInteractive/RunestoneTools', |
20 | 20 | download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1', |
21 | 21 | keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords |
22 | | - classifiers = [], |
| 22 | + classifiers=('Development Status :: 5 - Production/Stable', |
| 23 | + 'Environment :: Console', |
| 24 | + 'Environment :: Plugins', |
| 25 | + 'Environment :: Web Environment', |
| 26 | + 'Framework :: Sphinx :: Extension', |
| 27 | + 'Intended Audience :: Education', |
| 28 | + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', |
| 29 | + 'Operating System :: MacOS', |
| 30 | + 'Operating System :: Unix', |
| 31 | + 'Programming Language :: Python', |
| 32 | + 'Programming Language :: Python :: 2.7', |
| 33 | + 'Programming Language :: Python :: 3.4', |
| 34 | + 'Topic :: Education', |
| 35 | + 'Topic :: Text Processing :: Markup'), |
23 | 36 | # data_files=[('common',['runestone/common/*']), |
24 | 37 | # ('project/template', ['newproject_copy_me/*']) |
25 | 38 | # ], |
|
0 commit comments