Ignore:
Timestamp:
Apr 20, 2011 8:20:36 AM (13 years ago)
Author:
zidane
Message:

fixes pep8

File:
1 edited

Legend:

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

    r3002 r3152  
    55version = '1.6.0' 
    66 
    7 tests_require=['zope.testing', 
    8                'collective.testcaselayer'] 
     7tests_require = ['zope.testing', 
     8                 'collective.testcaselayer'] 
    99 
    1010setup(name='quintagroup.plonegooglesitemaps', 
    1111      version=version, 
    12       description="Allows Plone websites to get better visibility for Google search engine", 
     12      description="Allows Plone websites to get better visibility for " \ 
     13                  "Google search engine", 
    1314      long_description=open("README.txt").read() + "\n" + 
    1415                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    15       # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 
     16      # Get more strings from 
     17      # http://pypi.python.org/pypi?%3Aaction=list_classifiers 
    1618      classifiers=[ 
    1719        "Framework :: Plone", 
     
    2123      author='Quintagroup', 
    2224      author_email='info@quintagroup.com', 
    23       url='http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps', 
     25      url='http://svn.quintagroup.com/products/' \ 
     26          'quintagroup.plonegooglesitemaps', 
    2427      license='GPL', 
    2528      packages=find_packages(exclude=['ez_setup']), 
     
    4346      target = plone 
    4447      """, 
    45       paster_plugins = ["ZopeSkel"], 
     48      paster_plugins=["ZopeSkel"], 
    4649      ) 
Note: See TracChangeset for help on using the changeset viewer.