Ignore:
Timestamp:
Aug 10, 2012 1:40:29 PM (12 years ago)
Author:
potar
Message:

added extra requirement; fixed pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/setup.py

    r3413 r3496  
    33import os 
    44 
    5 version = '1.7.1' 
     5version = '1.8.0' 
    66 
    77tests_require = ['zope.testing', 
     
    1010setup(name='quintagroup.plonegooglesitemaps', 
    1111      version=version, 
    12       description="Allows Plone websites to get better visibility for " \ 
     12      description="Allows Plone websites to get better visibility for " 
    1313                  "Google search engine", 
    1414      long_description=open("README.txt").read() + "\n" + 
    15                        open(os.path.join("docs", "HISTORY.txt")).read(), 
     15           open(os.path.join("docs", "HISTORY.txt")).read(), 
    1616      # Get more strings from 
    1717      # http://pypi.python.org/pypi?%3Aaction=list_classifiers 
    1818      classifiers=[ 
    19         "Framework :: Plone", 
    20         "Programming Language :: Python", 
    21         ], 
     19          "Framework :: Plone", 
     20          "Programming Language :: Python", 
     21      ], 
    2222      keywords='plone google sitemap quintagroup search engine', 
    2323      author='Quintagroup', 
    2424      author_email='info@quintagroup.com', 
    25       url='http://svn.quintagroup.com/products/' \ 
     25      url='http://svn.quintagroup.com/products/' 
    2626          'quintagroup.plonegooglesitemaps', 
    2727      license='GPL', 
     
    3636          'quintagroup.catalogupdater', 
    3737          'archetypes.schemaextender', 
     38          'plone.indexer', 
    3839          # -*- Extra requirements: -*- 
    3940      ], 
Note: See TracChangeset for help on using the changeset viewer.