diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-pytest-pycodestyle/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-pytest-pycodestyle/files/patch-pyproject.toml b/devel/py-pytest-pycodestyle/files/patch-pyproject.toml new file mode 100644 index 000000000000..f913dcd88f43 --- /dev/null +++ b/devel/py-pytest-pycodestyle/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-07-21 05:47:27 UTC ++++ pyproject.toml +@@ -12,7 +12,6 @@ readme = "README.md" + name = "pytest-pycodestyle" + description = "pytest plugin to run pycodestyle" + readme = "README.md" +-license = "MIT" + authors = [ + { name = "OMOTO Tsukasa", email = "tsukasa@oomo.to" } + ] |