Changeset 3542 in products for quintagroup.seoptimizer/trunk/setup.py


Ignore:
Timestamp:
Sep 10, 2012 1:39:29 PM (12 years ago)
Author:
ktarasz
Message:

fixed pep8 and pyflakes

File:
1 edited

Legend:

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

    r3471 r3542  
    1212      description="Quintagroup Search Engine Optimization Tool", 
    1313      long_description=open("README.txt").read() + "\n" + 
    14           open(os.path.join("docs", "INSTALL.txt")).read() + "\n" + 
    15           open(os.path.join("docs", "HISTORY.txt")).read(), 
     14      open(os.path.join("docs", "INSTALL.txt")).read() + "\n" + 
     15      open(os.path.join("docs", "HISTORY.txt")).read(), 
    1616 
    1717      # Get more strings from 
    1818      # http://www.python.org/pypi?%3Aaction=list_classifiers 
    1919      classifiers=[ 
    20         "Framework :: Plone", 
    21         "Framework :: Zope2", 
    22         "Framework :: Zope3", 
    23         "Programming Language :: Python", 
    24         "Topic :: Software Development :: Libraries :: Python Modules", 
    25         ], 
     20          "Framework :: Plone", 
     21          "Framework :: Zope2", 
     22          "Framework :: Zope3", 
     23          "Programming Language :: Python", 
     24          "Topic :: Software Development :: Libraries :: Python Modules", 
     25      ], 
    2626      keywords='', 
    27       author='Myroslav Opyr, Volodymyr Romaniuk, Mykola Kharechko, ' \ 
    28              'Vitaliy Podoba, Volodymyr Cherepanyak, Taras Melnychuk, '\ 
     27      author='Myroslav Opyr, Volodymyr Romaniuk, Mykola Kharechko, ' 
     28             'Vitaliy Podoba, Volodymyr Cherepanyak, Taras Melnychuk, ' 
    2929             'Vitaliy Stepanov, Andriy Mylenkyy', 
    3030      author_email='support@quintagroup.com', 
    31       url='http://quintagroup.com/services/'\ 
     31      url='http://quintagroup.com/services/' 
    3232          'plone-development/products/qSEOptimizer/', 
    3333      license='GPL', 
Note: See TracChangeset for help on using the changeset viewer.