From f1f5d2ce6eaf82e0314d35683f6b3a9c59fe1570 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 20 Dec 2016 17:51:15 +0000 Subject: [PATCH] add MANIFEST.in for sdist --- MANIFEST.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..1747e940 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ +include README.rst +include CONTRIBUTING.md +include LICENSE + +include *requirements.txt + +recursive-include tests *.glyphs *.designspace *.plist