blob: bd83d6d5483f35e2a1f35838ce78c1b95bab8d44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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'},
|