Skip to content

Commit c9bb4f3

Browse files
authored
fix PEP-621: license definition
1 parent 9ed6834 commit c9bb4f3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ keywords = [
6666
'python',
6767
'template',
6868
]
69-
license = 'MIT'
70-
license-files = ['LICENSE']
69+
license = {file = 'LICENSE'}
7170
maintainers = [
7271
{email = 'mathieu.scheltienne@gmail.com', name = 'Mathieu Scheltienne'},
7372
]

0 commit comments

Comments
 (0)