Draft VOMS integration using voms_helper lib
[snf-occi] / setup.py
index cf1fa46..149e8a0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,5 +7,8 @@ setup(
     url='http://code.grnet.gr/projects/snf-occi',
     license='BSD',
     packages = ['snfOCCI'],
-    scripts=['snfOCCI/snf-occi-server.py']
+    entry_points = {
+        'console_scripts' : ['snf-occi = snfOCCI.APIserver:main']
+        }
+
     )