33name = " tcgdex-sdk"
44# version = "0.0.0"
55dynamic = [" 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" ]
99requires-python = " >=3.8"
1010readme = " README.md"
1111license = { text = " MIT" }
1212maintainers = [{ name = " Avior" , email = " git@avior.me" }]
1313classifiers = [
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"
3031homepage = " 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 ]
3536requires = [" pdm-backend" ]
0 commit comments