Skip to content

Commit

Permalink
Fix setup.cfg not to install "examples" top-level package (#6189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 1, 2021
1 parent e800d79 commit fe79295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/6189.bugfix
@@ -0,0 +1 @@
Do not install "examples" as a top-level package.
4 changes: 4 additions & 0 deletions setup.cfg
Expand Up @@ -62,6 +62,10 @@ speedups =
Brotli
cchardet

[options.packages.find]
exclude =
examples

[options.package_data]
# Ref:
# https://setuptools.readthedocs.io/en/latest/setuptools.html#options
Expand Down

0 comments on commit fe79295

Please sign in to comment.