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 d386c74 commit 857be87Copy full SHA for 857be87
README.rst
@@ -47,6 +47,9 @@ Unreleased
47
Added
48
* Python 3.5 support (Linux/OS X and Windows).
49
50
+Fixed
51
+ * easy_install: https://bitbucket.org/birkenfeld/sphinx-contrib/issues/155/
52
+
53
1.0.0 - 2015-07-31
54
------------------
55
setup.py
@@ -105,5 +105,5 @@ def run(cls):
105
packages=['sphinxcontrib'],
106
url='https://github.com/Robpol86/' + NAME,
107
version=VERSION,
108
- zip_safe=True,
+ zip_safe=False,
109
)
0 commit comments