Description: Fix pyproject.toml
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-09-29

--- python-stestr-4.2.0.orig/pyproject.toml
+++ python-stestr-4.2.0/pyproject.toml
@@ -42,6 +42,9 @@ Documentation = "https://stestr.readthed
 Repository = "https://github.com/mtreinish/stestr"
 Issues = "https://github.com/mtreinish/stestr/issues"
 
+[tool.flit.module]
+name = "stestr"
+
 [project.scripts]
 stestr = "stestr.cli:main"
 
