setup.py
changeset 11557 e6bfa34183d3
parent 11548 1ae61c25299a
child 11561 25d93d14f8b6
equal deleted inserted replaced
11556:1eeba41a2e95 11557:e6bfa34183d3
     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.2.1',
     6     version='0.2.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='https://www.cubicweb.org/project/pyramid-cubicweb',
    10     url='https://www.cubicweb.org/project/pyramid-cubicweb',