File: fix-pyproject.toml.patch

package info (click to toggle)
python-stestr 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: python: 6,348; makefile: 37; sh: 12
file content (17 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"