We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ea2d0 commit 90f02c3Copy full SHA for 90f02c3
pyproject.toml
@@ -11,11 +11,10 @@ authors = [
11
description = "Clean Python client for The Graph Token API with elegant EVM/SVM separation and 98% test coverage"
12
readme = "README.md"
13
requires-python = ">=3.13"
14
-license = {text = "MIT"}
+license = "MIT"
15
classifiers = [
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3.13",
18
- "License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
"Development Status :: 4 - Beta",
21
"Intended Audience :: Developers",
0 commit comments