Skip to content

Commit 5b91c43

Browse files
committed
Fix license formatting in pyproject.toml
1 parent d11be9e commit 5b91c43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "python-gmp"
77
dynamic = ["version"]
88
description = "Safe bindings to the GNU GMP library"
99
keywords = ["gmp", "multiple-precision", "arbitrary-precision", "bignum"]
10-
license = {text = "MIT"}
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
authors = [{name = "Sergey B Kirpichev", email = "skirpichev@gmail.com"}]
1213
maintainers = [{name = "Sergey B Kirpichev", email = "skirpichev@gmail.com"}]
1314
classifiers = ["Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)