From b70d30e8cb14a3b46389adf3e933a27a2a66b6a4 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 5 Sep 2019 12:42:53 +0530 Subject: [PATCH] Exclude noxfile.py from the sdist --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 747f84ad4ce..5bf20b0d98d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,6 +17,7 @@ exclude .appveyor.yml exclude .travis.yml exclude .readthedocs.yml exclude tox.ini +exclude noxfile.py recursive-include src/pip/_vendor *.pem recursive-include docs Makefile *.rst *.py *.bat