Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
* Extend keywords and classifiers
* Add requires-python
  • Loading branch information
PaxxPatriot authored Feb 1, 2025
1 parent 7f96a07 commit 2930527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ authors = [
]
description = "A Python wrapper for the Skinport API"
readme = "README.md"
keywords = ["Skinport", "Counter-Strike 2"]
keywords = ["Skinport", "Counter-Strike 2", "Team Fortress 2", "Dota 2", "Rust"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Framework :: aiohttp",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Natural Language :: English",
Expand All @@ -27,6 +29,7 @@ classifiers = [
"Topic :: Utilities",
"Typing :: Typed",
]
requires-python = ">= 3.10"
dependencies = [
"aiohttp",
"asyncache",
Expand Down

0 comments on commit 2930527

Please sign in to comment.