Commit d8506121 authored by Jason R. Coombs's avatar Jason R. Coombs

Python 2.6 or later is required

parent 7fb8989e
......@@ -121,7 +121,7 @@ setup_params = dict(
py_modules = ['pkg_resources', 'easy_install'],
zip_safe = (sys.version>="2.5"), # <2.5 needs unzipped for -m to work
zip_safe = True,
cmdclass = {'test': test},
entry_points = {
......
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