From 47eaf4c9939bc416491b2c8cf58bd06161250b48 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 24 Sep 2014 17:51:04 +0530 Subject: minor change --- dist/django-exam-0.1.tar.gz | Bin 93760 -> 93771 bytes setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/django-exam-0.1.tar.gz b/dist/django-exam-0.1.tar.gz index 99b8baf..3818c6a 100644 Binary files a/dist/django-exam-0.1.tar.gz and b/dist/django-exam-0.1.tar.gz differ diff --git a/setup.py b/setup.py index 1abfdc7..9b0ca91 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( license='BSD License', entry_points = { 'console_scripts': [ - 'code_server = exam.code_server:main', + 'code_server = testapp.exam.code_server:main', ], }, description='A django app to conduct online test.', -- cgit