Skip to content

Commit

Permalink
Merge pull request #19 from jaimergp/patch-1
Browse files Browse the repository at this point in the history
Exclude tests from packaged distribution
  • Loading branch information
the-lay authored Feb 13, 2022
2 parents b9adc5f + e2cc987 commit 3028561
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ docs =
all =
%(docs)s
%(test)s

[options.packages.find]
exclude =
tests
tests.*

0 comments on commit 3028561

Please sign in to comment.