diff options
Diffstat (limited to 'devel/py-flake8-pyi/files')
-rw-r--r-- | devel/py-flake8-pyi/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-flake8-pyi/files/patch-pyproject.toml b/devel/py-flake8-pyi/files/patch-pyproject.toml new file mode 100644 index 000000000000..65065978164c --- /dev/null +++ b/devel/py-flake8-pyi/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -16,7 +16,7 @@ description = "A plugin for flake8 to enable linting . + { name="Shantanu" }, + ] + description = "A plugin for flake8 to enable linting .pyi stub files." +-license = "MIT" ++license = { text = "MIT" } + readme = "README.md" + requires-python = ">=3.9" + keywords = [ |