Commit 20548b1f authored by Marius Gedminas's avatar Marius Gedminas

Ensure weird files don't show up in the sdist

Fixes #27.

Test plan:

- run detox to generate ALL THE WEIRD FILES
- run check-manifest to see if any made it into the sdist
parent 0b7913ef
......@@ -8,6 +8,10 @@ global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
global-exclude coverage.xml
prune docs/_build
prune persistent/__pycache__
include .coveragerc
include .travis.yml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment