Skip to content

Commit 62e0912

Browse files
committed
sdk -> library
1 parent 3295aaa commit 62e0912

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/basic_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Basic usage of the stackcoin SDK."""
1+
"""Basic usage of the stackcoin library."""
22

33
import asyncio
44
import os

stackcoin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "stackcoin"
33
version = "0.1.0"
4-
description = "Python SDK for the StackCoin API"
4+
description = "Python library for the StackCoin API"
55
requires-python = ">=3.13"
66
dependencies = [
77
"httpx>=0.27",

stackcoin/stackcoin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""StackCoin Python SDK."""
1+
"""StackCoin Python library."""
22

33
from .client import AnyEvent, Client
44
from .errors import StackCoinError

0 commit comments

Comments
 (0)