From 32cde26f9807a29eb1fae0833e353212d43d7802 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 11 Sep 2015 12:35:09 +0530 Subject: Change app name to 'yaksh' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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.', -- cgit From 7a60f782995eed0352f3172f445bb35ae8ee6aa9 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 14 Sep 2015 12:28:41 +0530 Subject: Remove testapp dir, remove reference to testapp in paths, files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0010fd4..839607e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( license='BSD License', entry_points = { 'console_scripts': [ - 'yaksh = testapp.scripts.yaksh:main', + 'yaksh = yaksh.scripts.yaksh:main', ], }, description='A django app to conduct online tests.', -- cgit