diff --git a/pdm.lock b/pdm.lock index 507b4c1..b2f2ade 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:2e6584fd975ce407ddbb2f62801cbdd004b93ca1de44fa38973d591cefa26723" +content_hash = "sha256:a0ed846a71b98a6ea221febb8a76a6d5985059d46ca6212be08b8450286820e9" [[metadata.targets]] requires_python = ">=3.8" diff --git a/pyproject.toml b/pyproject.toml index d8f8c32..df8e815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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"]