Skip to content

Commit 334733a

Browse files
Update project settings
1 parent d79af96 commit 334733a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
include README.md LICENSE pyproject.toml
99

10-
graft kraken
10+
graft src/kraken
1111
prune .cache
1212
prune .github
1313
prune doc

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ maintainers = [
2020
]
2121
description = "Command-line tool and collection of REST and websocket clients to interact with the Kraken cryptocurrency exchange."
2222
readme = "README.md"
23+
license = "Apache-2.0"
2324
license-files = ["LICENSE"]
2425
requires-python = ">=3.11"
2526
dependencies = [

src/kraken/spot/market.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ def get_system_status(
477477
"""
478478
Returns the system status of the Kraken Spot API.
479479
480+
- https://docs.kraken.com/api/docs/rest-api/get-system-status
481+
480482
:return: Success or failure
481483
:rtype: dict
482484

0 commit comments

Comments
 (0)