summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-08-09 14:25:31 +0530
committerPrashanth Pai <ppai@redhat.com>2016-08-09 14:37:15 +0530
commitd4b8804abb876bda9803cee61c6c4298b475e6be (patch)
treeedc8089169dd365447eaac8d6165f2409da5afff /MANIFEST.in
parent5d09981197e5f13003b05f9c1bc7f67141c068f7 (diff)
Simplify packaging
* Rename .unittests.sh to .unitests * Fix entries in MANIFEST.in file * Mover version declaration to gfapi.py TODO: Fix the spec file. That'll be sent as a separate change. Change-Id: I0cba8964c1ecc337128c8edc9f301fc1d023bd28 Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 51e5afe..04a2e88 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,5 @@
-include README.md LICENSE
-include functional_tests.sh unittests.sh
-include test-requirements.txt
-include tox.ini
+include README.md COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
+include .functests .unittests test-requirements.txt tox.ini test/test.conf
recursive-include gluster *.py
recursive-include test *.py
-include test/test.conf
graft doc