Commit 89a54b0a authored by Marius Gedminas's avatar Marius Gedminas

Fix environment marker syntax

Augh documentation for all of this is painfully suboptimal.
parent 800c6afe
......@@ -159,8 +159,8 @@ setup(name="ZODB",
tests_require = tests_require,
extras_require = {
'test': tests_require,
'python_version >= "2.7"': 'zodbpickle >= 0.6.0',
'platform_python_implementation == "PyPy': 'zodbpickle >= 0.6.0',
':python_version >= "2.7"': 'zodbpickle >= 0.6.0',
':platform_python_implementation == "PyPy': 'zodbpickle >= 0.6.0',
},
install_requires = [
'persistent >= 4.1.0',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment