Skip to content

Commit 8996943

Browse files
committed
Update classifiers, add maintainer
1 parent 86041d7 commit 8996943

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,35 @@ packages = ["tibiapy"]
99
name = "tibia.py"
1010
dynamic = ["version", "dependencies", "optional-dependencies"]
1111
authors = [
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
]
1417
license = { text = 'Apache 2.0' }
1518
description = "API that parses website content into python data."
1619
requires-python = '>=3.8'
1720
readme = "README.md"
1821
classifiers = [
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

Comments
 (0)