project/setup.py
changeset 96 178b89a3ca4f
parent 94 87e77aa18610
child 147 c085ceb4652a
--- a/project/setup.py	Tue Jul 13 19:57:37 2010 +0530
+++ b/project/setup.py	Tue Jul 13 23:40:34 2010 +0530
@@ -5,10 +5,5 @@
     name='project',
     version='1.0',
     description="SciPy.in Conference django website",
-    entry_points={
-        "console_scripts": [
-            'initdb = scripts.initdb:main',
-        ]
-    },
 )