(1.0.5) updated pypi classifiers
This commit is contained in:
parent
dca1e82b83
commit
8010484cb2
2 changed files with 8 additions and 3 deletions
|
@ -1 +1 @@
|
|||
VERSION = "1.0.4"
|
||||
VERSION = "1.0.5"
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
[tool.poetry]
|
||||
name = "pyflowery"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
description = "A Python API wrapper for the Flowery API"
|
||||
authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
|
||||
license = "GPL 3.0-only"
|
||||
license = "GPLv3"
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Intended Audience :: Developers",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
|
|
Loading…
Reference in a new issue