Ignore:
Timestamp:
May 17, 2011 8:08:34 AM (14 years ago)
Author:
olha
Message:

doc files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.static/trunk/setup.py

    r2777 r3218  
    22import os 
    33 
    4 version = '0.3' 
     4version = '0.4' 
    55 
    66setup(name='quintagroup.portlet.static', 
    77      version=version, 
    88      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"+ 
    1011                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1112      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
Note: See TracChangeset for help on using the changeset viewer.