public
Description: Fabric repo has moved to http://github.com/bitprophet/fabric/
Homepage: http://fabfile.org/
Clone URL: git://github.com/karmazilla/fabric.git
try fixing setuptools' stupid install_requires format.

I can get so pissed when things like that break from under me.
karmazilla (author)
Sun Jul 13 14:49:27 -0700 2008
commit  6fd85e22e07ad7371118f1db267208d1e734fcef
tree    367b192ba8a251d90398ea947dbc1db708f1c3e3
parent  27c6eac303ac043c5827a200c78b19027cb931ea
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@ bound to any specific framework.
0
     author = 'Christian Vest Hansen',
0
     author_email = 'karmazilla@gmail.com',
0
     url = 'http://www.nongnu.org/fab/',
0
-    install_requires = ['paramiko (>=1.6, <2.0)'],
0
+    install_requires = ['paramiko >=1.6, <2.0'],
0
     py_modules = ['fabric'],
0
     entry_points = {
0
         'console_scripts': [

Comments