Skip to content

Commit 6446c6e

Browse files
wORDING
1 parent 0fe76d2 commit 6446c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,20 @@ authors = [
1818
maintainers = [
1919
{ name = "Benjamin Thomas Schwertfeger", email = "contact@b-schwertfeger.de" },
2020
]
21-
description = "Command-line tool and collection of REST and websocket clients to interact with the Kraken cryptocurrency exchange."
21+
description = "Command-line tool and collection of REST and websocket clients to interact with the Kraken Crypto Asset Exchange."
2222
readme = "README.md"
2323
license = "Apache-2.0"
2424
license-files = ["LICENSE"]
2525
requires-python = ">=3.11"
2626
dependencies = [
27-
"asyncio>=3.4",
2827
"requests",
2928
"websockets>=14.1",
3029
"click",
3130
"cloup",
3231
"orjson",
3332
"aiohttp",
3433
]
35-
keywords = ["crypto", "trading", "kraken", "exchange", "api"]
34+
keywords = ["crypto", "trading", "kraken", "exchange", "api", "sdk", "kraken crypto asset exchange", "automation",]
3635
classifiers = [
3736
"Development Status :: 5 - Production/Stable",
3837
"Framework :: AsyncIO",
@@ -53,8 +52,9 @@ classifiers = [
5352

5453
[project.urls]
5554
Homepage = "https://github.com/btschwertfeger/python-kraken-sdk"
56-
"Bug Tracker" = "https://github.com/btschwertfeger/python-kraken-sdk/issues"
5755
Documentation = "https://python-kraken-sdk.readthedocs.io/en/stable/"
56+
Changelog = "https://github.com/btschwertfeger/python-kraken-sdk/releases"
57+
"Bug Tracker" = "https://github.com/btschwertfeger/python-kraken-sdk/issues"
5858

5959
[project.optional-dependencies]
6060
dev = [

0 commit comments

Comments
 (0)