aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b54e8ad..a395a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -97,13 +97,14 @@ hypervideo.tar.gz: all
--exclude '*.pyo' \
--exclude '*~' \
--exclude '__pycache__' \
+ --exclude '.pytest_cache' \
--exclude '.git' \
-- \
bin README.md Changelog.md LICENSE \
CONTRIBUTING.md CONTRIBUTORS AUTHORS \
Makefile MANIFEST.in README.md completions \
setup.py setup.cfg hypervideo hypervideo_dl requirements.txt \
- devscripts test tox.ini pytest.ini
+ devscripts test
AUTHORS: .mailmap
git shortlog -s -n | cut -f2 | sort > AUTHORS