[Checkins] SVN: grokproject/trunk/setup.py finally get the paste dependency right, thanks to ian

Philipp von Weitershausen philikon at philikon.de
Wed Jan 10 11:57:22 EST 2007


Log message for revision 71880:
  finally get the paste dependency right, thanks to ian
  

Changed:
  U   grokproject/trunk/setup.py

-=-
Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2007-01-10 16:50:42 UTC (rev 71879)
+++ grokproject/trunk/setup.py	2007-01-10 16:57:22 UTC (rev 71880)
@@ -15,7 +15,7 @@
     packages=find_packages('src'),
     include_package_data=True,
     zip_safe=False,
-    install_requires=['PasteScript'],
+    install_requires=['PasteScript==dev,>1.1'],
     entry_points="""
     [console_scripts]
     grokproject = grokproject:main



More information about the Checkins mailing list