From ecc920b833ddd7e163213afc7390fd958991dcf2 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 5 Aug 2014 12:06:30 +0530 Subject: code server as a command --- testapp/dist/django-exam-0.1.tar.gz | Bin 79056 -> 85437 bytes testapp/setup.py | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'testapp') diff --git a/testapp/dist/django-exam-0.1.tar.gz b/testapp/dist/django-exam-0.1.tar.gz index eaf12ee..442f4f2 100644 Binary files a/testapp/dist/django-exam-0.1.tar.gz and b/testapp/dist/django-exam-0.1.tar.gz differ diff --git a/testapp/setup.py b/testapp/setup.py index e81bb09..233caeb 100644 --- a/testapp/setup.py +++ b/testapp/setup.py @@ -15,7 +15,10 @@ setup( include_package_data=True, license='BSD License', entry_points = { - 'console_scripts': ['exam = exam:code_server.py', ],}, + 'console_scripts': [ + 'code_server = exam.code_server:main', + ], + }, description='A django app to conduct online test.', long_description=README, install_requires=[ -- cgit