From 46288adf130b003ed1f15ab88af9f444769337d2 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 31 Jul 2014 14:20:09 +0530 Subject: Added entry point: Created code_sever as a command. --- testapp/setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testapp/setup.py') diff --git a/testapp/setup.py b/testapp/setup.py index a5ca067..e81bb09 100644 --- a/testapp/setup.py +++ b/testapp/setup.py @@ -14,6 +14,8 @@ setup( packages=['exam'], include_package_data=True, license='BSD License', + entry_points = { + 'console_scripts': ['exam = exam:code_server.py', ],}, description='A django app to conduct online test.', long_description=README, install_requires=[ -- cgit