Remove redundant code associated with Bernard Postgres Dispense prototype
[uccvend-vendserver.git] / setup.py
index 9611d59..a17fbdc 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,11 @@ setup(
            ]
         )
     ],
+    entry_points={
+        "console_scripts": [
+            "vendserver = VendServer.VendServer:main"
+        ]
+    },
     include_package_data=True,
     install_requires=requirements,
     license="BSD",

UCC git Repository :: git.ucc.asn.au