From 45d7558f394324f485cbaefa4194a5cc293e4af7 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 5 Aug 2023 15:30:06 +0300 Subject: [PATCH] Exclude "debian" from top_level.txt. In the debian package build of setuptools, the "debian" directory gets discovered because it's a top-level directory in the source tree, but it isn't a module we install. Author: Stefano Rivera Bug-Debian: https://bugs.debian.org/1041091 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5d0cb448ed4..e709a0664c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ exclude = *.tests *.tests.* tools* + debian* [options.extras_require] testing =