(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]
|
[project]
|
||||||
name = "pyflowery"
|
name = "pyflowery"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
description = "A Python API wrapper for the Flowery API"
|
description = "A Python API wrapper for the Flowery API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = "<4.0,>=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp>=3.10.9",
|
"aiohttp>=3.10.9",
|
||||||
]
|
]
|
||||||
|
@ -12,6 +12,9 @@ classifiers = [
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
"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]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue