From b0d6a6d8376727652dbb1c02b39d6be98fc09e20 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 15 Dec 2021 08:18:00 +0100 Subject: [PATCH] Tell check-wheel-contents that we have two top-level packages --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 93145c9e3..b34ed515a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,10 @@ fail-under = 100 whitelist-regex = ["test_.*"] +[tool.check-wheel-contents] +toplevel = ["attr", "attrs"] + + [tool.isort] profile = "attrs"