setup.py
changeset 11612 94d1a024b3bf
parent 11594 61f69ac2d6bc
child 11616 2621daafa10c
equal deleted inserted replaced
11611:9d2bb6bdb5c8 11612:94d1a024b3bf
     1 from setuptools import setup, find_packages
     1 from setuptools import setup, find_packages
     2 
     2 
     3 
     3 
     4 setup(
     4 setup(
     5     name='pyramid-cubicweb',
     5     name='pyramid-cubicweb',
     6     version='0.5.0',
     6     version='0.6.0',
     7     description='Integrate CubicWeb with a Pyramid application.',
     7     description='Integrate CubicWeb with a Pyramid application.',
     8     author='Christophe de Vienne',
     8     author='Christophe de Vienne',
     9     author_email='username: christophe, domain: unlish.com',
     9     author_email='username: christophe, domain: unlish.com',
    10     url='https://www.cubicweb.org/project/pyramid-cubicweb',
    10     url='https://www.cubicweb.org/project/pyramid-cubicweb',
    11     classifiers=[
    11     classifiers=[