blob: 65065978164cd53534339d139a146776269d6614 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 = [
|