Skip to content

Commit 90f02c3

Browse files
codebydivineclaude
andcommitted
fix: Update license configuration to modern SPDX format
- Replace deprecated license table with SPDX license string "MIT" - Remove deprecated "License :: OSI Approved :: MIT License" classifier - Comply with setuptools recommendations for project.license - Fix setuptools deprecation warnings for 2026 compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 24ea2d0 commit 90f02c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ authors = [
1111
description = "Clean Python client for The Graph Token API with elegant EVM/SVM separation and 98% test coverage"
1212
readme = "README.md"
1313
requires-python = ">=3.13"
14-
license = {text = "MIT"}
14+
license = "MIT"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.13",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: OS Independent",
2019
"Development Status :: 4 - Beta",
2120
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)