We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1bbc2 commit 2a5016aCopy full SHA for 2a5016a
setup.py
@@ -16,7 +16,7 @@
16
author_email='jackmaney@gmail.com',
17
url='https://github.com/jackmaney/python-stdlib-list',
18
version=__version__,
19
- install_requires=["sphinx"],
+ extras_require={"develop": ["sphinx"]},
20
description='A list of Python Standard Libraries (2.6-7, 3.2-5).',
21
long_description=long_description,
22
include_package_data=True,
stdlib_list/_version.py
@@ -1 +1 @@
1
-__version__ = "0.3.2"
+__version__ = "0.3.3"
0 commit comments