diff options
Diffstat (limited to 'third_party/python/distro/MANIFEST.in')
-rw-r--r-- | third_party/python/distro/MANIFEST.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/python/distro/MANIFEST.in b/third_party/python/distro/MANIFEST.in new file mode 100644 index 0000000000..4d95f6ce8e --- /dev/null +++ b/third_party/python/distro/MANIFEST.in @@ -0,0 +1,12 @@ +include *.md +include *.py +include *.txt +include LICENSE +include CHANGES +include Makefile + +graft tests + +include docs/* + +global-exclude *.py[co] |