From b993b095f23f8281eb7e21b555f04c8e69f4d401 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 6 Mar 2020 15:36:10 +0000 Subject: Exclude pyproject from manifest --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5f5f17a..b1a1c22 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ exclude src/gensvm/.gitignore exclude .gitmodules exclude .gitignore exclude .travis.yml +exclude pyproject.toml exclude Makefile recursive-exclude test_human *.py recursive-exclude docs * -- cgit v1.2.3