Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
remove python dependency from setup.py because pip does silly things.…
Browse files Browse the repository at this point in the history
… Fixes (in some sense of the word) issue #4
  • Loading branch information
timbertson committed Sep 28, 2012
1 parent 372d3a1 commit 270367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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 <http://gfxmonk.net/dist/0install/zero2pypi.xml>`_.\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',
Expand Down

0 comments on commit 270367f

Please sign in to comment.