Skip to content

Commit 9a1d080

Browse files
committed
Fix warnings on license in pyproject.toml
1 parent b27031b commit 9a1d080

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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "mpl-typst"
77
description = "Typst backend for matplotlib (Python visualization library)."
8-
license = {text = "MIT"}
8+
license = "MIT"
99
authors = [
1010
{name = "Daniel Bershatsky", email = "daniel.bershatsky@gmail.com"},
1111
]
@@ -19,7 +19,6 @@ classifiers = [
1919
"Intended Audience :: End Users/Desktop",
2020
"Intended Audience :: Information Technology",
2121
"Intended Audience :: Science/Research",
22-
"License :: OSI Approved :: MIT License",
2322
"Natural Language :: English",
2423
"Operating System :: OS Independent",
2524
"Programming Language :: Python",

0 commit comments

Comments
 (0)