Skip to content

Commit

Permalink
chore: Add classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Sep 25, 2024
1 parent 0fa2a21 commit 4eef4dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
name = "tcgdex-sdk"
# version = "0.0.0"
dynamic = ["version"]
description = ""
authors = [{ name = "Avior", email = "git@avior.me" }, { name = "HellLord77" }]
dependencies = ["dacite>=1.8.1"]
description = "The TCGdex Python SDK provides a convenient access to the Open Source TCGdex API."
authors = [{ name = "HellLord77" }, { name = "Avior", email = "git@avior.me" }]
dependencies = ["dacite<2.0.0,>=1.8.1"]
requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }
maintainers = [{ name = "Avior", email = "git@avior.me" }]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
Expand All @@ -22,14 +22,15 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
repository = "https://github.com/tcgdex/python-sdk"
"Bug Tracker" = "https://github.com/tcgdex/python-sdk/issues"
"Sponsor Us !" = "https://github.com/sponsors/tcgdex"
homepage = "https://tcgdex.dev"
repository = "https://github.com/tcgdex/python-sdk"
documentation = "https://tcgdex.dev"
documentation = "https://tcgdex.dev/sdks/python"
"Sponsor Us !" = "https://github.com/sponsors/tcgdex"

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit 4eef4dd

Please sign in to comment.