setup.py
changeset 11520 9f3b9e610c3d
parent 11516 7ffca3b43910
child 11523 8c80344b119e
equal deleted inserted replaced
11519:92423d03ef25 11520:9f3b9e610c3d
     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.0',
     6     version='0.1.1',
     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=[