From f21d424338ff956a87752e588d892779dcbdf988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Wed, 7 Apr 2021 17:56:07 +0200 Subject: [PATCH] sdist: only include necessary files and tests (no doc) --- MANIFEST.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 12d5af66..71c3bb1d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,7 @@ prune * graft tests -graft docs recursive-include gstools *.py *.pyx recursive-exclude gstools *.c *.cpp -include LICENSE pyproject.toml setup.py setup.cfg -include *.md +include LICENSE README.md pyproject.toml setup.py setup.cfg +exclude CHANGELOG.md CONTRIBUTING.md AUTHORS.md global-exclude __pycache__ *.py[cod] .*