1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Merge pull request #242 from koobs/patch-1

Exclude __pycache__ dirs & compiled files in sdist
This commit is contained in:
Kevin McCarthy
2016-01-10 07:35:20 -10:00

View File

@@ -2,3 +2,5 @@ include README.rst
include LICENSE.txt
include tox.ini
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]