From a31456c0206bf2395e17f26fc3dd4e6e6b49901b Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 2 Oct 2018 22:04:51 -0700 Subject: Shuffle .github .github/* from setup.cfg to MANIFEST.in --- MANIFEST.in | 2 ++ setup.cfg | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2e18ad5fe..7371479f8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,4 +13,6 @@ include HACKING.txt hacking-tox.ini include builddocs.sh coverage.sh scaffoldtests.sh include TODO.txt +include .github .github/* + global-exclude __pycache__ *.py[cod] diff --git a/setup.cfg b/setup.cfg index ca82253b5..3bf28ee15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,8 +69,6 @@ show-source = True [check-manifest] ignore = - .github - .github/* .gitignore PKG-INFO *.egg-info -- cgit v1.2.3