Skip to content

Commit 63524aa

Browse files
committed
🔧 MAINTAIN: add classifiers and rm namespace
1 parent 2bd7317 commit 63524aa

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

setup.py

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.0.1"
5+
VERSION = "v0.1.0"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
@@ -25,7 +25,7 @@
2525
"pytest-cov",
2626
"pytest-regressions",
2727
"beautifulsoup4",
28-
"myst-parser",
28+
"myst-nb",
2929
],
3030
"rtd": [
3131
"sphinx>=3.0",
@@ -57,4 +57,23 @@
5757
extras_require=extras,
5858
include_package_data=True,
5959
namespace=["sphinx1"],
60+
classifiers=[
61+
"Development Status :: 4 - Beta",
62+
"Environment :: Plugins",
63+
"Environment :: Web Environment",
64+
"Framework :: Sphinx :: Extension",
65+
"Intended Audience :: Developers",
66+
"License :: OSI Approved :: MIT License",
67+
"Natural Language :: English",
68+
"Operating System :: OS Independent",
69+
"Programming Language :: Python :: 3.6",
70+
"Programming Language :: Python :: 3.7",
71+
"Programming Language :: Python :: 3.8",
72+
"Programming Language :: Python",
73+
"Topic :: Documentation :: Sphinx",
74+
"Topic :: Documentation",
75+
"Topic :: Software Development :: Documentation",
76+
"Topic :: Text Processing",
77+
"Topic :: Utilities",
78+
],
6079
)

0 commit comments

Comments
 (0)