From d50076c7bf5466a2dab494419597b140b2fd744c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 1 Nov 2021 13:12:52 +0100 Subject: [PATCH] Fix setup.cfg not to install "examples" top-level package (#6189) --- CHANGES/6189.bugfix | 1 + setup.cfg | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 CHANGES/6189.bugfix diff --git a/CHANGES/6189.bugfix b/CHANGES/6189.bugfix new file mode 100644 index 0000000000..0c22a6f797 --- /dev/null +++ b/CHANGES/6189.bugfix @@ -0,0 +1 @@ +Do not install "examples" as a top-level package. diff --git a/setup.cfg b/setup.cfg index 80c1cc772a..5c67981479 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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