summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch
blob: ed3f38f68fe4eddcc630edbebefeea523288bd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From bc142f906b3e7c63f0b1492fe3eacb7f00e9fb89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Date: Mon, 1 Nov 2021 12:37:40 +0100
Subject: [PATCH] Fix setup.cfg not to install "examples" top-level package

---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 491df546..fa82b6b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
-- 
2.33.1