setup.py
changeset 11523 8c80344b119e
parent 11520 9f3b9e610c3d
child 11528 0a7769e583c2
equal deleted inserted replaced
11522:568204930c85 11523:8c80344b119e
     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.1.1',
     6     version='0.1.2',
     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='http://bitbucket.com/cdevienne/pyramid_cubicweb',
    10     url='http://bitbucket.com/cdevienne/pyramid_cubicweb',
    11     classifiers=[
    11     classifiers=[