pyproject.toml
1 parent b27031b commit 9a1d080Copy full SHA for 9a1d080
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "mpl-typst"
7
description = "Typst backend for matplotlib (Python visualization library)."
8
-license = {text = "MIT"}
+license = "MIT"
9
authors = [
10
{name = "Daniel Bershatsky", email = "daniel.bershatsky@gmail.com"},
11
]
@@ -19,7 +19,6 @@ classifiers = [
19
"Intended Audience :: End Users/Desktop",
20
"Intended Audience :: Information Technology",
21
"Intended Audience :: Science/Research",
22
- "License :: OSI Approved :: MIT License",
23
"Natural Language :: English",
24
"Operating System :: OS Independent",
25
"Programming Language :: Python",
0 commit comments