From: W. Trevor King Date: Fri, 19 Oct 2012 04:00:53 +0000 (-0400) Subject: python: MANIFEST.in: add missing source to the sdist tarball. X-Git-Tag: v17~10^2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cc8a660782b5f237952d0d8875f367f9ebc1edb;p=thirdparty%2Fkmod.git python: MANIFEST.in: add missing source to the sdist tarball. --- diff --git a/libkmod/python/.gitignore b/libkmod/python/.gitignore index c074348d..a8bcce15 100644 --- a/libkmod/python/.gitignore +++ b/libkmod/python/.gitignore @@ -1,4 +1,5 @@ __pycache__ +MANIFEST build dist *.c diff --git a/libkmod/python/MANIFEST.in b/libkmod/python/MANIFEST.in new file mode 100644 index 00000000..b6f9f6f1 --- /dev/null +++ b/libkmod/python/MANIFEST.in @@ -0,0 +1,3 @@ +include COPYING +include COPYING.LESSER +recursive-include kmod *.pxd