Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 88baca0

Browse files
committed
bump version, add Trove classifiers
1 parent 360d16b commit 88baca0

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

setup.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='runestone',
88
description='Sphinx extensions for writing interactive documents.',
9-
version='2.0a1',
9+
version='2.0a2',
1010
author = 'Brad Miller',
1111
author_email = '[email protected]',
1212
packages= find_packages(),
@@ -19,7 +19,20 @@
1919
url = 'https://github.com/RunestoneInteractive/RunestoneTools',
2020
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1',
2121
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'),
2336
# data_files=[('common',['runestone/common/*']),
2437
# ('project/template', ['newproject_copy_me/*'])
2538
# ],

0 commit comments

Comments
 (0)