(1.0.6) fixed license classifier
All checks were successful
Actions / build (push) Successful in 20s
Actions / lint (push) Successful in 16s

This commit is contained in:
Seaswimmer 2024-09-17 23:48:10 -04:00
parent 8010484cb2
commit 81dea4c8a2
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
VERSION = "1.0.5" VERSION = "1.0.6"

View file

@ -1,14 +1,14 @@
[tool.poetry] [tool.poetry]
name = "pyflowery" name = "pyflowery"
version = "1.0.5" version = "1.0.6"
description = "A Python API wrapper for the Flowery API" description = "A Python API wrapper for the Flowery API"
authors = ["cswimr <seaswimmerthefsh@gmail.com>"] authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
license = "GPLv3"
readme = "README.md" readme = "README.md"
classifiers = [ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]