Ignore:
Timestamp:
Oct 6, 2009 1:47:39 PM (15 years ago)
Author:
olha
Message:

doc files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portletmanager.footer/trunk/setup.py

    r473 r1320  
     1# -*- coding: utf-8 -*- 
    12from setuptools import setup, find_packages 
    23import os 
     
    78      version=version, 
    89      description="Portlet manager that is rendered in page footer", 
    9       long_description=open("README.txt").read() + "\n" + 
     10      long_description=open("README.txt").read() + "\n\n" + 
     11                       open(os.path.join("docs", "INSTALL.txt")).read() + "\n\n" + 
    1012                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1113      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
Note: See TracChangeset for help on using the changeset viewer.