diff options
author | Jose M. Guisado Gomez <guigom@riseup.net> | 2022-04-06 11:42:40 +0200 |
---|---|---|
committer | Jose M. Guisado Gomez <guigom@riseup.net> | 2022-04-06 15:40:31 +0200 |
commit | 02e75b55647778b7eca6b7c48af299039ab68cec (patch) | |
tree | 60210cb6aa194781e60aea918af772c80fbece21 /MANIFEST.in | |
parent | ca92f15e2a5836f0734c82d786dcead732ddad22 (diff) |
Add MANIFEST.in
Add MANIFEST.in to include .h files in source distributions.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e8fb653 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include *.h |