Skip to content

Commit 4b56c02

Browse files
codebydivineclaude
andcommitted
chore: publish divine-thegraph-token-api v0.1.3
- Constrained setuptools version to <70.0 to avoid metadata compatibility issues - Added explicit license field to project metadata - Successfully published to PyPI as divine-thegraph-token-api 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ffcf2e2 commit 4b56c02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=61.0,<70.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -11,6 +11,7 @@ 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"}
1415
classifiers = [
1516
"Programming Language :: Python :: 3",
1617
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)