mediagoblin/buildout.cfg
Christopher Allan Webber af37cf47b0 Buildout'ifying things.
- added buildout's bootstrap.py
 - added buildout.cfg
 - adjustments to .gitignore.
2011-04-17 12:42:48 -05:00

13 lines
197 B
INI

[buildout]
develop = .
parts = mediagoblin
[mediagoblin]
recipe=zc.recipe.egg
interpreter=python
eggs=mediagoblin
entry-points =
nosetests=nose:run_exit
paster=paste.script.command:run