Skip to content

Commit dbcb074

Browse files
committed
Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224.
1 parent f6d9e10 commit dbcb074

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ install_requires =
2020

2121
[options.packages.find]
2222
exclude =
23-
build*
24-
dist*
2523
docs*
2624
tests*
2725

0 commit comments

Comments
 (0)