mirror of
https://github.com/Steffo99/async-chain.git
synced 2024-11-23 13:34:22 +00:00
🗒 Add metadata to pyproject.toml
This commit is contained in:
parent
221f954f2e
commit
80f5091313
1 changed files with 14 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue