|
22 | 22 | zip_safe=False,
|
23 | 23 | install_requires=['smmap2 >= 2.0.0'],
|
24 | 24 | long_description="""GitDB is a pure-Python git object database""",
|
| 25 | + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', |
25 | 26 | # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
26 | 27 | classifiers=[
|
27 | 28 | "Development Status :: 5 - Production/Stable",
|
|
34 | 35 | "Operating System :: MacOS :: MacOS X",
|
35 | 36 | "Programming Language :: Python",
|
36 | 37 | "Programming Language :: Python :: 2",
|
37 | | - "Programming Language :: Python :: 2.6", |
38 | 38 | "Programming Language :: Python :: 2.7",
|
39 | 39 | "Programming Language :: Python :: 3",
|
40 | | - "Programming Language :: Python :: 3.2", |
41 | | - "Programming Language :: Python :: 3.3", |
42 | 40 | "Programming Language :: Python :: 3.4",
|
43 | 41 | "Programming Language :: Python :: 3.5",
|
44 | 42 | ]
|
|
0 commit comments