Skip to content

Commit 4eef4dd

Browse files
committed
chore: Add classifier
1 parent 0fa2a21 commit 4eef4dd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
name = "tcgdex-sdk"
44
# version = "0.0.0"
55
dynamic = ["version"]
6-
description = ""
7-
authors = [{ name = "Avior", email = "git@avior.me" }, { name = "HellLord77" }]
8-
dependencies = ["dacite>=1.8.1"]
6+
description = "The TCGdex Python SDK provides a convenient access to the Open Source TCGdex API."
7+
authors = [{ name = "HellLord77" }, { name = "Avior", email = "git@avior.me" }]
8+
dependencies = ["dacite<2.0.0,>=1.8.1"]
99
requires-python = ">=3.8"
1010
readme = "README.md"
1111
license = { text = "MIT" }
1212
maintainers = [{ name = "Avior", email = "git@avior.me" }]
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"Operating System :: OS Independent",
1717
"License :: OSI Approved :: MIT License",
@@ -22,14 +22,15 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3 :: Only",
25+
"Topic :: Software Development :: Libraries :: Python Modules",
2526
]
2627

2728
[project.urls]
29+
repository = "https://github.com/tcgdex/python-sdk"
2830
"Bug Tracker" = "https://github.com/tcgdex/python-sdk/issues"
29-
"Sponsor Us !" = "https://github.com/sponsors/tcgdex"
3031
homepage = "https://tcgdex.dev"
31-
repository = "https://github.com/tcgdex/python-sdk"
32-
documentation = "https://tcgdex.dev"
32+
documentation = "https://tcgdex.dev/sdks/python"
33+
"Sponsor Us !" = "https://github.com/sponsors/tcgdex"
3334

3435
[build-system]
3536
requires = ["pdm-backend"]

0 commit comments

Comments
 (0)