Changeset 124 for plone4bio.buildout/trunk/development.cfg
- Timestamp:
- 01/30/10 19:28:12 (2 years ago)
- Files:
-
- 1 modified
-
plone4bio.buildout/trunk/development.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/development.cfg
r87 r124 6 6 idelauncher 7 7 roadrunner 8 pyflakes 8 9 eggs += 9 stxnext.pdb10 10 psycopg2 11 11 MySQL-python … … 58 58 packages-under-test = ${plone4bio:eggs} 59 59 60 [pyflakes] 61 recipe = zc.recipe.egg 62 scripts = 63 pyflakes 64 eggs = 65 pyflakes 66 setuptools 67 entry-points = pyflakes=pkg_resources:run_script 68 arguments = 'pyflakes', 'pyflakes' 69 initialization = 70 sys.argv += """${buildout:develop}""".split() 71 72
