Commit 9e09272d authored by Denis Bilenko's avatar Denis Bilenko

setup.py: add greenlet to install_requires

parent 6f974de5
...@@ -300,6 +300,7 @@ if __name__ == '__main__': ...@@ -300,6 +300,7 @@ if __name__ == '__main__':
packages=['gevent'], packages=['gevent'],
ext_modules=[gevent_core], ext_modules=[gevent_core],
cmdclass={'build_ext': my_build_ext}, cmdclass={'build_ext': my_build_ext},
install_requires=['greenlet'],
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.4",
......
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