Changeset 2145 in products


Ignore:
Timestamp:
Apr 19, 2010 11:42:35 AM (14 years ago)
Author:
olha
Message:

setup.py file updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/setup.py

    r2082 r2145  
    66setup(name='quintagroup.pfg.captcha', 
    77      version=version, 
    8       description="quintagroup.pfg.captcha is a package that allows to add captcha field to the form, created with PloneFormGen product.", 
     8      description="quintagroup.pfg.captcha is a package that allows to add captcha field to PloneFormGen forms.", 
    99      long_description=open("README.txt").read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(), 
     
    1818      author='Quintagroup', 
    1919      author_email='support@quintagroup.com', 
    20       url='http://projects.quintagroup.com/products/wiki/qPloneCaptchaField', 
     20      url='http://projects.quintagroup.com/products/wiki/quintagroup.pfg.captcha', 
    2121      license='GPL', 
    2222      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.