diff --git a/pyproject.toml b/pyproject.toml index 5e781ee..fa1f899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -27,6 +29,7 @@ classifiers = [ "Topic :: Utilities", "Typing :: Typed", ] +requires-python = ">= 3.10" dependencies = [ "aiohttp", "asyncache",