Skip to content

Commit

Permalink
Fix setup.cfg not to install "examples" top-level package
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 1, 2021
1 parent e800d79 commit bc142f9
Showing 1 changed file with 4 additions and 0 deletions.
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 bc142f9

Please sign in to comment.