1
Fork 0
mirror of https://github.com/Steffo99/async-chain.git synced 2024-11-23 21:44:22 +00:00

🗒 Add metadata to pyproject.toml

This commit is contained in:
Steffo 2021-06-14 16:32:13 +02:00
parent 221f954f2e
commit 80f5091313
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,9 +1,21 @@
[tool.poetry]
name = "async-chain"
version = "0.1.0"
description = ""
version = "0.1.1"
description = "A coroutine builder"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "LGPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/Steffo99/async-chain"
documentation = "https://github.com/Steffo99/async-chain/blob/main/README.md"
keywords = ["asyncio"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Framework :: AsyncIO",
]
[tool.poetry.dependencies]
python = "^3.9"