setup.py
changeset 11516 7ffca3b43910
parent 11511 13e0f569684c
child 11520 9f3b9e610c3d
equal deleted inserted replaced
11515:b3267ba817b4 11516:7ffca3b43910
     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',
     6     version='0.1.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='http://bitbucket.com/cdevienne/pyramid_cubicweb',
    10     url='http://bitbucket.com/cdevienne/pyramid_cubicweb',
    11     classifiers=[
    11     classifiers=[