diff options
author | prathamesh | 2014-07-31 14:20:09 +0530 |
---|---|---|
committer | prathamesh | 2014-07-31 14:20:09 +0530 |
commit | 46288adf130b003ed1f15ab88af9f444769337d2 (patch) | |
tree | 4e160506e14328e1eab10d5ebe562b3d92547249 /testapp/setup.py | |
parent | a8c71181b58c68f80df6a6ba5af3b5d7dad515ba (diff) | |
download | online_test-46288adf130b003ed1f15ab88af9f444769337d2.tar.gz online_test-46288adf130b003ed1f15ab88af9f444769337d2.tar.bz2 online_test-46288adf130b003ed1f15ab88af9f444769337d2.zip |
Added entry point: Created code_sever as a command.
Diffstat (limited to 'testapp/setup.py')
-rw-r--r-- | testapp/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
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=[ |