Skip to content

Commit 31c97bf

Browse files
committed
Fix license formatting in pyproject.toml
1 parent 122bba5 commit 31c97bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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 :: 2 - Pre-Alpha",
1415
"Intended Audience :: Developers",
1516
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: MIT License",
1717
"Natural Language :: English",
1818
"Operating System :: POSIX",
1919
"Programming Language :: C",

0 commit comments

Comments
 (0)