Skip to content

Commit ee0a800

Browse files
committed
Fix install_requires syntax, allow python 2.6
1 parent 3c28e39 commit ee0a800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",
1818
license="Boost",
1919
keywords="C++, declaration parser, gccxml",
20-
install_requires=["Python >= 2.7"],
20+
install_requires=["Python>=2.6"],
2121
packages=["pygccxml",
2222
"pygccxml.declarations",
2323
"pygccxml.parser",

0 commit comments

Comments
 (0)