Skip to content

Commit

Permalink
Exclude docs and tests directories properly per Setuptools behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 7, 2024
1 parent dbcb074 commit d278905
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ install_requires =

[options.packages.find]
exclude =
docs*
tests*
# duplicate exclusions for pypa/setuptools#2688
docs
docs.*
tests
tests.*

[options.extras_require]
testing =
Expand Down

0 comments on commit d278905

Please sign in to comment.