Commit cf95173a authored by Ralf Schmitt's avatar Ralf Schmitt

remove python 2.4 trove classifier in setup.py

parent c64ba21c
...@@ -215,7 +215,6 @@ def run_setup(ext_modules): ...@@ -215,7 +215,6 @@ def run_setup(ext_modules):
install_requires=['greenlet'], install_requires=['greenlet'],
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
......
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