Changeset 51
- Timestamp:
- 08/26/09 23:07:01 (2 years ago)
- Location:
- plone4bio.base/trunk
- Files:
-
- 2 modified
-
buildout.cfg (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/buildout.cfg
r45 r51 4 4 roadrunner 5 5 eggs += 6 numpy 6 7 plone4bio.base 7 8 develop = . -
plone4bio.base/trunk/setup.py
r49 r51 33 33 # -*- Extra requirements: -*- 34 34 'biopython', 35 'numpy',36 35 ], 37 36 entry_points="""
