Changeset 3218 in products for quintagroup.portlet.static/trunk/setup.py
- Timestamp:
- May 17, 2011 8:08:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.portlet.static/trunk/setup.py
r2777 r3218 2 2 import os 3 3 4 version = '0. 3'4 version = '0.4' 5 5 6 6 setup(name='quintagroup.portlet.static', 7 7 version=version, 8 8 description="Static portlet with one extra styling field", 9 long_description=open("README.txt").read() + "\n" + 9 long_description=open(os.path.join("quintagroup", "portlet", "static", "README.txt")).read() + "\n\n" + 10 open(os.path.join("docs", "INSTALL.txt")).read() + "\n\n"+ 10 11 open(os.path.join("docs", "HISTORY.txt")).read(), 11 12 # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
Note: See TracChangeset
for help on using the changeset viewer.