This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
make sure that setuptools is available from bin/py interpreter
tags/v1.0.0
Krzysztof Klimonda
11 years ago
parent
e71452c68f
commit
a89b83c159
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
buildout.cfg
+ 3
- 1
buildout.cfg
View File
@@ -16,4 +16,6 @@ project = pinry
[python]
recipe = zc.recipe.egg
interpreter = py
eggs = ${buildout:eggs}
eggs =
${buildout:eggs}
distribute
Write
Preview
Loading…
Cancel
Save