From 925829cb725a7f8be6d63cceec3003125c734821 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 26 Jun 2020 12:02:03 -0400 Subject: [PATCH] Exclude SCM and CI files from distribution These files don't make sense outside of the git respository. --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..c0928d55 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +exclude .appveyor.yml +exclude .gitignore +exclude .pre-commit-config.yaml +exclude .travis.yml +prune .github