From d4b8804abb876bda9803cee61c6c4298b475e6be Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 9 Aug 2016 14:25:31 +0530 Subject: 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 --- MANIFEST.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit