python: MANIFEST.in: add missing source to the sdist tarball.
authorW. Trevor King <wking@tremily.us>
Fri, 19 Oct 2012 04:00:53 +0000 (00:00 -0400)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2014 03:34:15 +0000 (00:34 -0300)
libkmod/python/.gitignore
libkmod/python/MANIFEST.in [new file with mode: 0644]

index c074348..a8bcce1 100644 (file)
@@ -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 (file)
index 0000000..b6f9f6f
--- /dev/null
@@ -0,0 +1,3 @@
+include COPYING
+include COPYING.LESSER
+recursive-include kmod *.pxd