Update package metadata
This commit is contained in:
parent
315b2cd2af
commit
069adfc6ba
@ -4,6 +4,20 @@ version = "0.1.0"
|
|||||||
description = "Small library to craete Python application based on shell scripts."
|
description = "Small library to craete Python application based on shell scripts."
|
||||||
authors = ["samedamci <samedamci@disroot.org>"]
|
authors = ["samedamci <samedamci@disroot.org>"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
homepage = "https://github.com/samedamci/guzzy"
|
||||||
|
repository = "https://github.com/samedamci/guzzy"
|
||||||
|
keywords = ["package", "shell", "shell-script"]
|
||||||
|
classifiers = [
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
"License :: OSI Approved :: ISC License (ISCL)",
|
||||||
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Unix Shell",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
|
"Topic :: Software Development :: Libraries",
|
||||||
|
"Topic :: Utilities",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9.2"
|
python = "^3.9.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user