Skip to content

Commit ffcf2e2

Browse files
committed
fix: thegraph_token_api build
1 parent a912b37 commit ffcf2e2

File tree

10 files changed

+10
-6
lines changed

10 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A clean, intuitive Python client for The Graph Token API with elegant EVM/SVM se
99
### Installation
1010

1111
```bash
12-
pip install token-api
12+
pip install divine-thegraph-token-api
1313
```
1414

1515
### Basic Usage

pyproject.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "token-api"
7-
version = "0.1.0"
6+
name = "divine-thegraph-token-api"
7+
version = "0.1.3"
88
authors = [
99
{ name="DIVINE", email="[email protected]" },
1010
]
11-
description = "A type-safe Python client for The Graph Token API with convenience features"
11+
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"
1414
classifiers = [
@@ -19,8 +19,12 @@ classifiers = [
1919
"Development Status :: 4 - Beta",
2020
"Intended Audience :: Developers",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
23+
"Topic :: Office/Business :: Financial",
24+
"Topic :: Scientific/Engineering :: Information Analysis",
2225
"Typing :: Typed",
2326
]
27+
keywords = ["blockchain", "ethereum", "solana", "defi", "nft", "api", "thegraph", "web3", "crypto"]
2428
dependencies = [
2529
"divine-requests>=0.1.1",
2630
"divine-type-enforcer>=0.1.1",
@@ -44,10 +48,10 @@ where = ["src"]
4448
[tool.pytest.ini_options]
4549
pythonpath = ["src"]
4650
testpaths = ["tests"]
47-
addopts = "--cov=token_api --cov-report term-missing"
51+
addopts = "--cov=thegraph_token_api --cov-report term-missing"
4852

4953
[tool.coverage.run]
50-
source = ["src/token_api"]
54+
source = ["src/thegraph_token_api"]
5155

5256
[tool.coverage.report]
5357
fail_under = 90
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)