Changeset 148 for plone4biotheme.base/trunk/setup.py
- Timestamp:
- 06/20/10 23:12:51 (2 years ago)
- Files:
-
- 1 modified
-
plone4biotheme.base/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4biotheme.base/trunk/setup.py
r103 r148 2 2 import os 3 3 4 version = '1. 0.0'4 version = '1.1.0' 5 5 6 6 setup(name='plone4biotheme.base', 7 7 version=version, 8 description="An installable theme for Plone 3.0",8 description="An installable theme for Plone 4.0", 9 9 long_description=open("README.txt").read() + "\n" + 10 10 open(os.path.join("docs", "HISTORY.txt")).read(),
