summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'testapp')
-rw-r--r--testapp/dist/django-exam-0.1.tar.gzbin79056 -> 85437 bytes
-rw-r--r--testapp/setup.py5
2 files changed, 4 insertions, 1 deletions
diff --git a/testapp/dist/django-exam-0.1.tar.gz b/testapp/dist/django-exam-0.1.tar.gz
index eaf12ee..442f4f2 100644
--- a/testapp/dist/django-exam-0.1.tar.gz
+++ b/testapp/dist/django-exam-0.1.tar.gz
Binary files 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=[