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:
@@ -2,3 +2,5 @@ include README.rst
|
||||
include LICENSE.txt
|
||||
include tox.ini
|
||||
recursive-include tests *
|
||||
recursive-exclude * __pycache__
|
||||
recursive-exclude * *.py[co]
|
||||
|
||||
Reference in New Issue
Block a user