Skip to content

Commit

Permalink
Exclude dist from discovered packages. Fixes jaraco/skeleton#46.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 21, 2021
1 parent 51298a2 commit 743af72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -24,6 +24,7 @@ setup_requires = setuptools_scm[toml] >= 3.4.1
[options.packages.find]
exclude =
build*
dist*
docs*
tests*

Expand Down

0 comments on commit 743af72

Please sign in to comment.