summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-07-31 09:39:31 -0700
committerGitHub <noreply@github.com>2018-07-31 09:39:31 -0700
commit35cf2178da5e11d4beb3534fb364f1221a635550 (patch)
tree6793c849830229d2ea88b93c4644a79e882207bc
parent546a5a1ec48283579cbd8bf2d236fe339ee2411b (diff)
parenta857739d9cd391081445ec06a7656b4e87f4bc35 (diff)
downloadxattr-35cf2178da5e11d4beb3534fb364f1221a635550.tar.gz
Merge pull request #78 from chrBrd/manifest-fix
Add subdirectory for C source files to `MANIFEST.in`.
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b83daf3..9849c41 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
include *.py
-include *.c
-include *.h
+include xattr/*.c
+include xattr/*.h
include *.txt
include MANIFEST.in
include xattr/tests/*.py