diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..0a3e670 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +# The sdist ships the full test suite, so that it can be run from source. +graft tests + +global-exclude __pycache__ *.py[cod]