From b4bb21bf6eb9f2716c7426a0e74bc59db2c5189c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 14 Jan 2017 23:00:46 +0100 Subject: [PATCH] remove .github from pypi package, fixes #2051 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 309c1f8dc..8a4123fea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,5 +5,6 @@ recursive-exclude docs *.pyc recursive-exclude docs *.pyo prune docs/_build prune .travis +prune .github exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile include borg/_version.py