diff options
Diffstat (limited to 'devel/py-typing-inspection/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-typing-inspection/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-typing-inspection/files/patch-pyproject.toml b/devel/py-typing-inspection/files/patch-pyproject.toml new file mode 100644 index 000000000000..bd83d6d5483f --- /dev/null +++ b/devel/py-typing-inspection/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -5,8 +5,7 @@ version = '0.4.1' + [project] + name = 'typing-inspection' + version = '0.4.1' +-license = "MIT" +-license-files = ['LICENSE'] ++license = { text = "MIT" } + description = 'Runtime typing introspection tools' + authors = [ + {name = 'Victorien Plot', email = 'contact@vctrn.dev'}, |