diff options
Diffstat (limited to 'testapp')
-rw-r--r-- | testapp/dist/django-exam-0.1.tar.gz | bin | 79583 -> 79056 bytes | |||
-rw-r--r-- | testapp/setup.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testapp/dist/django-exam-0.1.tar.gz b/testapp/dist/django-exam-0.1.tar.gz Binary files differindex 114a61e..eaf12ee 100644 --- a/testapp/dist/django-exam-0.1.tar.gz +++ b/testapp/dist/django-exam-0.1.tar.gz 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=[ |