Changeset 2424 in products for quintagroup.plonetabs/trunk/setup.py


Ignore:
Timestamp:
Jun 1, 2010 8:38:54 AM (14 years ago)
Author:
olha
Message:

README, setup.py info added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonetabs/trunk/setup.py

    r876 r2424  
     1 
     2 
     3import os 
    14from setuptools import setup, find_packages 
    25 
     
    811      long_description=open("README.txt").read() + "\n" + 
    912                       open(os.path.join("docs", "HISTORY.txt")).read(), 
     13 
    1014      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1115      classifiers=[ 
     
    1721        ], 
    1822      keywords='quintagroup plonetabs', 
    19       author='(c) "Quintagroup": http://quintagroup.com/ , 2008', 
    20       author_email='info@quintagroup.com', 
    21       url='http://projects.quintagroup.com/products/wiki/qPloneTabs', 
     23      author='"Quintagroup": http://quintagroup.com/', 
     24      author_email='support@quintagroup.com', 
     25      url='http://quintagroup.com/services/plone-development/products/plone-tabs', 
    2226      license='GPL', 
    2327      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.