We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1fe18 commit 42a699dCopy full SHA for 42a699d
pyproject.toml
@@ -20,7 +20,7 @@ maintainers = [
20
]
21
description = "Command-line tool and collection of REST and websocket clients to interact with the Kraken cryptocurrency exchange."
22
readme = "README.md"
23
-license = { file = "LICENSE" }
+license-files = ["LICENSE"]
24
requires-python = ">=3.11"
25
dependencies = [
26
"asyncio>=3.4",
@@ -36,7 +36,6 @@ classifiers = [
36
"Development Status :: 5 - Production/Stable",
37
"Framework :: AsyncIO",
38
"Intended Audience :: Developers",
39
- "License :: OSI Approved :: Apache Software License",
40
"Natural Language :: English",
41
"Operating System :: MacOS",
42
"Operating System :: Unix",
0 commit comments