Ignore:
Timestamp:
Apr 14, 2011 4:45:57 PM (13 years ago)
Author:
kroman0
Message:

Pyflakes and pep8 fixes

File:
1 edited

Legend:

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

    r3084 r3114  
    88      description="Plone Comments", 
    99      long_description=open("README.txt").read() + "\n\n" + 
    10                        open(os.path.join("docs", "INSTALL.txt")).read() + "\n\n" + 
    11                        open(os.path.join("docs", "HISTORY.txt")).read(), 
    12       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
     10          open(os.path.join("docs", "INSTALL.txt")).read() + "\n\n" + 
     11          open(os.path.join("docs", "HISTORY.txt")).read(), 
    1312      classifiers=[ 
    1413        "Framework :: Plone", 
     
    1918      author='Quintagroup', 
    2019      author_email='support@quintagroup.com', 
    21       url='http://quintagroup.com/services/plone-development/products/plone-comments', 
     20      url='http://quintagroup.com/services/plone-development' 
     21          '/products/plone-comments', 
    2222      license='GPL', 
    2323      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.