@@ -9,28 +9,35 @@ packages = ["tibiapy"]
99name = " tibia.py"
1010dynamic = [" version" , " dependencies" , " optional-dependencies" ]
1111authors = [
12- { name = " Galarzaa90" , email = " allan.galarza@gmail.com" }
12+ { name = " Allan Galarza" , email = " allan.galarza@gmail.com" }
13+ ]
14+ maintainers = [
15+ { name = " Allan Galarza" , email = " allan.galarza@gmail.com" }
1316]
1417license = { text = ' Apache 2.0' }
1518description = " API that parses website content into python data."
1619requires-python = ' >=3.8'
1720readme = " README.md"
1821classifiers = [
1922 ' Development Status :: 5 - Production/Stable' ,
23+ ' Framework :: Pydantic :: 2' ,
24+ ' Framework :: Pydantic' ,
2025 ' Intended Audience :: Developers' ,
2126 ' License :: OSI Approved :: Apache Software License' ,
2227 ' Natural Language :: English' ,
2328 ' Operating System :: OS Independent' ,
24- ' Programming Language :: Python' ,
2529 ' Programming Language :: Python :: 3 :: Only' ,
2630 ' Programming Language :: Python :: 3.8' ,
2731 ' Programming Language :: Python :: 3.9' ,
2832 ' Programming Language :: Python :: 3.10' ,
2933 ' Programming Language :: Python :: 3.11' ,
34+ ' Programming Language :: Python' ,
3035 ' Topic :: Games/Entertainment :: Role-Playing' ,
3136 ' Topic :: Internet' ,
32- ' Topic :: Software Development' ,
37+ ' Topic :: Software Development :: Libraries :: Python Modules' ,
38+ ' Topic :: Software Development :: Libraries' ,
3339 ' Topic :: Software Development :: Libraries' ,
40+ ' Topic :: Software Development' ,
3441 ' Topic :: Text Processing :: Markup :: HTML' ,
3542 ' Topic :: Utilities' ,
3643 ' Typing :: Typed' ,
0 commit comments