Skip to content

Commit 4fb218d

Browse files
committed
fix: use SPDX license expression in pyproject.toml
1 parent 03a1244 commit 4fb218d

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
@@ -7,13 +7,12 @@ name = "vectorizer-pro"
77
version = "0.2.0"
88
description = "Raster mask vectorization with topology-preserving simplification"
99
readme = "README.md"
10-
license = {text = "MIT"}
10+
license = "MIT"
1111
authors = [{name = "Wuhan University CVEO Team"}]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: MIT License",
1716
"Operating System :: OS Independent",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)