setup.py
changeset 11528 0a7769e583c2
parent 11523 8c80344b119e
child 11542 a88a690ca958
equal deleted inserted replaced
11527:aa05b41a5816 11528:0a7769e583c2
     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.2',
     6     version='0.1.3',
     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=[