Changeset 3437 in products for quintagroup.plonetabs/trunk/setup.py


Ignore:
Timestamp:
Apr 20, 2012 10:04:56 AM (12 years ago)
Author:
potar
Message:

Merged tests branch

Location:
quintagroup.plonetabs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonetabs/trunk

    • Property svn:mergeinfo
      •  

        old new  
        11/quintagroup.plonetabs/branches/plone4:3076-3243 
         2/quintagroup.plonetabs/branches/tests:3394-3436 
  • quintagroup.plonetabs/trunk/setup.py

    r3382 r3437  
    44from setuptools import setup, find_packages 
    55 
    6 version = '0.7' 
     6version = '0.7.1-dev' 
    77 
    88setup(name='quintagroup.plonetabs', 
     
    1212                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1313 
    14       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
     14      # Get more strings from 
     15      # http://www.python.org/pypi?%3Aaction=list_classifiers 
    1516      classifiers=[ 
    1617        "Framework :: Plone", 
     
    2324      author='"Quintagroup": http://quintagroup.com/', 
    2425      author_email='support@quintagroup.com', 
    25       url='http://quintagroup.com/services/plone-development/products/plone-tabs', 
     26      url='http://quintagroup.com/' +\ 
     27          'services/plone-development/products/plone-tabs', 
    2628      license='GPL', 
    2729      packages=find_packages(exclude=['ez_setup']), 
     
    3133      install_requires=[ 
    3234          'setuptools', 
     35          'plone.browserlayer' 
    3336          # -*- Extra requirements: -*- 
    3437      ], 
Note: See TracChangeset for help on using the changeset viewer.