Skip to content

Commit

Permalink
Remove build and dist from excludes. It appears they are not needed a…
Browse files Browse the repository at this point in the history
…nd their presence blocks the names of packages like 'builder' and 'distutils'. Ref #224.
  • Loading branch information
jaraco committed Jan 7, 2024
1 parent ff32ae0 commit 5b6638d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ install_requires =

[options.packages.find]
exclude =
build*
dist*
docs*
tests*

Expand Down

0 comments on commit 5b6638d

Please sign in to comment.