summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-08-19 17:32:33 +0530
committerPrashanth Pai <ppai@redhat.com>2016-08-30 12:37:59 +0530
commitc3363496991c95cadd31a301ec7a4d71fdf7f8a1 (patch)
tree54b03c737099971843b7604319da89045d8dfdec /MANIFEST.in
parentddd614c5851f3c4805f22255269dc3df4976ba97 (diff)
Update spec file
Adds python-glusterfs-api.spec to MANIFEST.in to include it when the source tarball is generated using `python setup.py sdist` Steps to build RPMs: $ python setup.py sdist $ rpmbuild -ta dist/gfapi-1.1.tar.gz Change-Id: I05e4e802acba3d2c11551dc1e340e7f8d47d7863 Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ce51ba3..dd88d06 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include README.rst COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
include .functests .unittests test-requirements.txt tox.ini test/test.conf
+include python-glusterfs-api.spec
recursive-include gluster *.py
recursive-include test *.py
graft doc