summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a9b23c5..0010fd4 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
license='BSD License',
entry_points = {
'console_scripts': [
- 'vimarsh = testapp.scripts.vimarsh:main',
+ 'yaksh = testapp.scripts.yaksh:main',
],
},
description='A django app to conduct online tests.',