From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 16 Jul 2021 00:21:53 +0000 (-0400) Subject: Don't include profiling/ to cut down sdist by ~2x (#2362) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/756177a617b5d84e7a77c5b085d19980a5a9f1f9?hp=91773b89097927a2393bc5223295d37ed26e1632 Don't include profiling/ to cut down sdist by ~2x (#2362) They seem to be used as test cases for a specific region of formatting that was slow. Now performance testing is probably something end users won't be needing to do, so this is an easy way of reducing the sdist size sigificantly. --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..5e53af3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +prune profiling