From b0a1b7209d62c1e67c1e11dc96f98fd457d69352 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 25 Mar 2022 16:34:29 +0100 Subject: Future-proofing pyproject.toml Setting the 'py-modules' key to empty list should prevent reemergence of setuptools related issues[1] should the toml file be ever introduced. [1] https://github.com/pypa/setuptools/issues/3197 Related-Bug: #1966382 Depends-On: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/835425 Signed-off-by: Jiri Podivin Change-Id: I89985a68cc497fd26a30058778fc1a1a52f6d96a --- pyproject.toml.future | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml.future') diff --git a/pyproject.toml.future b/pyproject.toml.future index e5ae7bc..56fbd2c 100644 --- a/pyproject.toml.future +++ b/pyproject.toml.future @@ -7,3 +7,6 @@ requires = ["setuptools>=36.6.0"] build-backend = "pbr.build" backend-path = ["."] + +[tools.setuptools] +py-modules=[] -- cgit v1.2.1