# HG changeset patch # User Christophe de Vienne # Date 1421847090 -3600 # Node ID e6bfa34183d3a1c23c8b8fef8ff5a07f62bb5a60 # Parent 1eeba41a2e95da996da638ae0575d7009a77cce8 Replace the '_' with '-' in the package name The change was made manually on pypi (see https://sourceforge.net/p/pypi/support-requests/459/) diff -r 1eeba41a2e95 -r e6bfa34183d3 setup.py --- a/setup.py Tue Feb 10 16:35:06 2015 +0100 +++ b/setup.py Wed Jan 21 14:31:30 2015 +0100 @@ -2,7 +2,7 @@ setup( - name='pyramid_cubicweb', + name='pyramid-cubicweb', version='0.2.1', description='Integrate CubicWeb with a Pyramid application.', author='Christophe de Vienne',