diff options
author | prathamesh | 2015-02-19 13:03:02 +0530 |
---|---|---|
committer | prathamesh | 2015-02-19 13:03:02 +0530 |
commit | 8350eedd62176d2756aef06c13b363e552337109 (patch) | |
tree | 3f632d830a650563c609963bd60aa515d4d4159e /setup.py | |
parent | 09aed6db0be635d86c2bf7f9c9a989e6df1bceab (diff) | |
parent | e7e82959bb819e60ef5ab21f1950404d20e661a8 (diff) | |
download | online_test-8350eedd62176d2756aef06c13b363e552337109.tar.gz online_test-8350eedd62176d2756aef06c13b363e552337109.tar.bz2 online_test-8350eedd62176d2756aef06c13b363e552337109.zip |
Merge branch 'redirect_result_view' into question_navigation
Conflicts:
dist/django-exam-0.1.tar.gz
Resolved
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,8 +11,8 @@ django-taggit-autocomplete-modified.git' setup( name='django-exam', - author='Prabhu Ramachandran', - author_email='prabhu.ramachandran@gmail.com', + author='python team at IIT Bombay', + author_email='python@fossee.in', version='0.1', packages=find_packages(), include_package_data=True, @@ -22,13 +22,13 @@ setup( 'code_server = testapp.exam.code_server:main', ], }, - description='A django app to conduct online test.', + description='A django app to conduct online tests.', long_description=README, install_requires=[ 'django==1.6', 'mysql-python==1.2.5', 'django-taggit==0.12.2', - 'django-taggit-autocomplete-modified>=0.2', + 'django-taggit-autocomplete-modified > 0.1.0b4', ], dependency_links=[link+'#egg=django_taggit_autocomplete_modified-0.2'], classifiers=[ |