From b0615239164121f8bab3e664bcf70305aa74d782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 28 Aug 2019 20:06:43 +0200 Subject: Fix MANIFEST.in Always include every dev/doc/test related files. --- MANIFEST.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7b49f89..1f8c048 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,11 @@ include CREDITS ChangeLog LICENSE README.rst include requirements*.txt +include Makefile tox.ini .flake8 graft semantic_version -prune docs -prune tests +graft docs +graft tests -global-exclude .py[cod] __pycache__ - -exclude Makefile tox.ini .flake8 +global-exclude *.py[cod] __pycache__ .*.sw[po] +prune docs/_build -- cgit v1.2.1