Changeset 126 for plone4bio.biosql/branches/plone4/setup.py
- Timestamp:
- 01/30/10 20:36:28 (2 years ago)
- Location:
- plone4bio.biosql/branches/plone4
- Files:
-
- 1 modified
- 1 copied
-
. (copied) (copied from plone4bio.biosql/trunk)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.biosql/branches/plone4/setup.py
r116 r126 1 1 from setuptools import setup, find_packages 2 import os 2 3 version = '1.0.1' 3 4 4 tests_require = ['collective.testcaselayer' ]5 tests_require = ['collective.testcaselayer', 'pysqlite', ] 5 6 6 7 setup(name='plone4bio.biosql',
