summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-03-27 09:27:04 +0200
committerJustin Mayer <entroP@gmail.com>2023-03-27 09:27:04 +0200
commitfbc2905e2ca92c59f93b7831751b088d1dff920d (patch)
tree2f56412390659b89ca4cce5d9d4c21b237760a46
parentdb49b9b1b5bafd59dcf547c2ab66da8f5cc730cd (diff)
downloadfeedgenerator-fbc2905e2ca92c59f93b7831751b088d1dff920d.tar.gz
Exclude tests/__pycache__ from distribution
Refs #33
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9720425..7dc3c98 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
include README.rst LICENSE tox.ini
recursive-include tests *
+exclude tests/__pycache__/*