From 480593e472dd2efbfc4c643e1594ae10aef3dc2c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Sep 2013 21:39:51 -0500 Subject: also exclude .*.swp files --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7bd0a47..de35aca 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include README.md recursive-include pokemontools * +global-exclude .*.swp global-exclude *.pyc global-exclude .gitignore global-exclude .DS_Store -- cgit v1.2.3