Skip to content

Commit 01623ee

Browse files
committed
Fix build: remove redundant license classifier (PEP 639)
Newer setuptools enforces PEP 639 and rejects having both license = "MIT" and a License :: classifier. Remove the classifier since the license field already covers it.
1 parent ae5bde1 commit 01623ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ keywords = ["pine-assistant", "pine", "ai", "customer-service", "sdk", "socketio
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)