From 4731beb815eab1886c8e1df1bd21e0d0a31b1070 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 14 Apr 2016 22:35:20 -0400 Subject: [PATCH] setup: Include examples & tests/certs into sdist --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b93c3a8..a4edbe0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ -recursive-include tests *.py +recursive-include examples *.py +recursive-include tests *.py *.pem recursive-include uvloop *.pyx *.pxd *.pxi *.py recursive-include vendor/libuv *.c *.h LICENSE *.sh *.am *.ac *.m4 *.pc.in include LICENSE README.rst Makefile