|
2 | 2 |
|
3 | 3 | from setuptools import setup, find_packages |
4 | 4 |
|
5 | | -VERSION = "v0.0.1" |
| 5 | +VERSION = "v0.1.0" |
6 | 6 |
|
7 | 7 | LONG_DESCRIPTION = """ |
8 | 8 | This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension |
|
25 | 25 | "pytest-cov", |
26 | 26 | "pytest-regressions", |
27 | 27 | "beautifulsoup4", |
28 | | - "myst-parser", |
| 28 | + "myst-nb", |
29 | 29 | ], |
30 | 30 | "rtd": [ |
31 | 31 | "sphinx>=3.0", |
|
57 | 57 | extras_require=extras, |
58 | 58 | include_package_data=True, |
59 | 59 | 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 | + ], |
60 | 79 | ) |
0 commit comments