(2.1.2) updated pypi classifiers and updated requires-python version to below 4.0
This commit is contained in:
parent
b3c929805b
commit
a66b313857
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[project]
|
||||
name = "pyflowery"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
description = "A Python API wrapper for the Flowery API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = "<4.0,>=3.11"
|
||||
dependencies = [
|
||||
"aiohttp>=3.10.9",
|
||||
]
|
||||
|
@ -12,6 +12,9 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"Operating System :: OS Independent",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Reference in a new issue