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
(cherry picked from commit fe79295)
  • Loading branch information
mgorny authored and Patchback committed Nov 1, 2021
1 parent c61395f commit 0b2ed48
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 @@ -65,6 +65,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 0b2ed48

Please sign in to comment.