Skip to content

Commit 2a5016a

Browse files
Jack ManeyJack Maney
authored andcommitted
0.3.3: Removed sphinx as a requirement for installation. Fixes #3
1 parent 8e1bbc2 commit 2a5016a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author_email='[email protected]',
1717
url='https://github.com/jackmaney/python-stdlib-list',
1818
version=__version__,
19-
install_requires=["sphinx"],
19+
extras_require={"develop": ["sphinx"]},
2020
description='A list of Python Standard Libraries (2.6-7, 3.2-5).',
2121
long_description=long_description,
2222
include_package_data=True,

stdlib_list/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)