Skip to content

Commit e3b681b

Browse files
authored
fix: remove redundancy regarding license from project metadata (#93)
hopefully fixes > setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove: License :: OSI Approved :: MIT License
1 parent cfb8228 commit e3b681b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ classifiers = [
99
"Development Status :: 3 - Alpha",
1010
"Environment :: Console",
1111
"Intended Audience :: Developers",
12-
"License :: OSI Approved :: MIT License",
1312
"Natural Language :: English",
1413
"Operating System :: MacOS :: MacOS X",
1514
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)