(1.0.6) fixed license classifier
This commit is contained in:
parent
8010484cb2
commit
81dea4c8a2
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
VERSION = "1.0.5"
|
||||
VERSION = "1.0.6"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[tool.poetry]
|
||||
name = "pyflowery"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
description = "A Python API wrapper for the Flowery API"
|
||||
authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
|
||||
license = "GPLv3"
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Intended Audience :: Developers",
|
||||
"Operating System :: OS Independent",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
Loading…
Reference in a new issue