Skip to content

Commit 42a699d

Browse files
Resolve "Parts of the pyproject.toml are deprecated"
1 parent 4f1fe18 commit 42a699d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +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 = { file = "LICENSE" }
23+
license-files = ["LICENSE"]
2424
requires-python = ">=3.11"
2525
dependencies = [
2626
"asyncio>=3.4",
@@ -36,7 +36,6 @@ classifiers = [
3636
"Development Status :: 5 - Production/Stable",
3737
"Framework :: AsyncIO",
3838
"Intended Audience :: Developers",
39-
"License :: OSI Approved :: Apache Software License",
4039
"Natural Language :: English",
4140
"Operating System :: MacOS",
4241
"Operating System :: Unix",

0 commit comments

Comments
 (0)