From 3ba0e8f96227e55577beece31e7fa48b77ee9b43 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 27 Feb 2008 19:04:30 -0500 Subject: [PATCH] MANIFEST.in: exclude setup.cfg Like MANIFEST.in, setup.cfg is (currently) only used for building distributions. So don't include it in the distribution itself. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index d33c584..066ee11 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ +exclude setup.cfg include *.txt recursive-include doc *.txt -- 2.39.2