Ignore:
Timestamp:
Jul 14, 2010 2:39:32 PM (14 years ago)
Author:
olha
Message:

README, HISTORY files updated, INSTALL, LICENCE files added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.qPloneDropDownMenu/trunk/setup.py

    r2563 r2673  
    88      description="The product allows Plone websites to update multilevel portal dropdown menu", 
    99      long_description=open("README.txt").read() + "\n" + 
     10                       open(os.path.join("docs", "INSTALL.txt")).read() + "\n" + 
    1011                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1112      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
     
    1516        ], 
    1617      keywords='plone dropdown menu', 
    17       author='Vitaliy Podoba', 
    18       author_email='', 
    19       url='', 
     18      author='Quintagroup', 
     19      author_email='support@quintagroup.com', 
     20      url='http://quintagroup.com/services/plone-development/products/plone-drop-down-menu', 
    2021      license='GPL', 
    2122      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.