From 1d0250d9ec728760186d123669a27ef0f85400cd Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 5 Aug 2014 14:01:09 +0530 Subject: Placed setup.py in the parent folder. pip install [git repo], this command will automatically run this setup file. --- testapp/MANIFEST.in | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 testapp/MANIFEST.in (limited to 'testapp/MANIFEST.in') diff --git a/testapp/MANIFEST.in b/testapp/MANIFEST.in deleted file mode 100644 index 2c50f50..0000000 --- a/testapp/MANIFEST.in +++ /dev/null @@ -1,7 +0,0 @@ -include LICENSE -include README.rst -recursive-include exam/static * -recursive-include exam/templates * -recursive-include exam/management * -recursive-include exam/output * -recursive-include exam/fixtures * -- cgit