From 307894621bc4d94565845851190de086372138ab Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 15 Oct 2019 21:22:04 +0700 Subject: [PATCH] MANIFEST.in: Add tests to sdist (#13) Fixes https://github.com/ofek/userpath/issues/11 --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 573826c..d95ee2f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,9 @@ include LICENSE-APACHE include LICENSE-MIT include README.rst +include HISTORY.rst +include requirements*.txt +include tox.ini +recursive-include tests *.py +recursive-include tests *.txt +recursive-include tests *.yaml