Skip to content

Commit aaa547e

Browse files
committed
Add some recursive-exclude related to hypothesis and freeze
1 parent 26b1519 commit aaa547e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ exclude _pytest/impl
2323
graft _pytest/vendored_packages
2424

2525
recursive-exclude * *.pyc *.pyo
26+
recursive-exclude testing/.hypothesis *
27+
recursive-exclude testing/freeze/~ *
28+
recursive-exclude testing/freeze/build *
29+
recursive-exclude testing/freeze/dist *
2630

2731
exclude appveyor.yml
2832
exclude .travis.yml

0 commit comments

Comments
 (0)