diff --git a/setup.py b/setup.py index 01f638a..0fea758 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ packages = find_packages(exclude=['test', 'test.*']), description='mocking library for python, inspired by rspec', url='http://gfxmonk.net/dist/0install/mocktest.xml', - install_requires=['setuptools', 'python<3'], + install_requires=['setuptools'], version='0.6.3', long_description="\n**Note**: This package has been built automatically by\n`zero2pypi `_.\nIf possible, you should use the zero-install feed instead:\nhttp://gfxmonk.net/dist/0install/mocktest.xml\n\n----------------\n\nmocktest\n********\n... is a powerful and easy-to-use mocking library, inspired by rspec and\nsimilar in some ways to Michael Foord's popular Mock module.\n\nSource / Issues:\nhttp://github.com/gfxmonk/mocktest/tree/master\n\n\nZero install feed:\nhttp://gfxmonk.net/dist/0install/mocktest.xml\n(this is the preferred distribution method)\n\n\nCheese shop entry:\nhttp://pypi.python.org/pypi/mocktest\n\n\nDocumentation / Installation\n----------------------------\nPlease see the full documentation online at:\nhttp://gfxmonk.net/dist/doc/mocktest/doc/\n", name='mocktest',