Replace the '_' with '-' in the package name
authorChristophe de Vienne <christophe@unlish.com>
Wed, 21 Jan 2015 14:31:30 +0100
changeset 11557 e6bfa34183d3
parent 11556 1eeba41a2e95
child 11558 1e2ab5972b18
Replace the '_' with '-' in the package name The change was made manually on pypi (see https://sourceforge.net/p/pypi/support-requests/459/)
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',