From 6104c898b0d12413c74bdf7027e50317d0e95d62 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 Aug 2017 11:22:54 -0700 Subject: [PATCH] Add note about where the real file selection and archiving happens. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0ad1c303..0f8652cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,8 @@ # still an easy way to specify what data files (non *.py files) should be # included in the package dirs. # +# See cmd_sdist() in build.py for the actual building of the source dist. +# recursive-include wx ** recursive-include license *.txt