From 13b9866be80d911342519935934c251e490a5277 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 13 Nov 2020 18:49:14 +0000 Subject: remove tests and pyproject from distribution --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7533e12..038a56f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,10 @@ include README.md +include p2r.1 recursive-include tests *.py exclude Makefile exclude .gitignore exclude Dockerfile exclude make_release.py +exclude pyproject.toml prune old -include p2r.1 +prune tests -- cgit v1.2.3