Skip to content

Commit

Permalink
Fixed annoying distribute 0.6.16 issue by pinning to 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaven committed May 1, 2011
1 parent 8025c05 commit 868a4c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildout.cfg
Expand Up @@ -2,6 +2,10 @@
develop = .
parts = pyramidongae
unzip = true
versions = versions

[versions]
distribute = 0.6.15

[pyramidongae]
recipe = rod.recipe.appengine
Expand Down Expand Up @@ -35,7 +39,7 @@ packages =
repoze.lru
paste
pyramidongae
zip-packages = False
zip-packages = False
use_setuptools_pkg_resources = True
exclude = tests

0 comments on commit 868a4c7

Please sign in to comment.