blob: 307603bc922ed3e61e08cab8b97baeff89ca3881 (
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.2'
[project]
name = 'typing-inspection'
version = '0.4.2'
-license = "MIT"
-license-files = ['LICENSE']
+license = { text = "MIT" }
description = 'Runtime typing introspection tools'
authors = [
{name = 'Victorien Plot', email = 'contact@vctrn.dev'},
|