ports/devel/py-typing-inspection/files/patch-pyproject.toml

13 lines
359 B
TOML

--- 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'},