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 9eaf4c4 commit 0a87f3bCopy full SHA for 0a87f3b
setup.py
@@ -22,7 +22,7 @@
22
install_reqs += ['argparse']
23
tests_reqs += ['unittest2']
24
25
-if sys.version_info[0] == 3:
+if sys.version_info[0] > 2:
26
readme = open('README.rst', encoding='utf-8').read()
27
else:
28
readme = open('README.rst').read()
0 commit comments