Skip to content

Commit 24a042a

Browse files
committed
added metadata documentation
1 parent d17185f commit 24a042a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[tool.poetry]
22
name = "waio"
33
version = "0.0.1"
4-
description = """waio - is a pretty simple and fully asynchronous framework for WhatsApp Business API
5-
written in Python 3.7 with asyncio and aiohttp. Used API official Facebook partner - Gupshup.io"""
4+
description = "waio - is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp. Used API official Facebook partner - Gupshup.io"
65
authors = ["dotX12"]
76
license = "MIT License"
87
keywords = ["python", "waio", "whatsapp", "asyncio", "aiohttp", "waba", "whats", "app", "bot"]
@@ -14,7 +13,7 @@ include = [
1413
"LICENSE.md"
1514
]
1615

17-
[tool.flit.metadata.urls]
16+
[tool.poetry.urls]
1817
Documentation = "https://waio.readthedocs.io/"
1918

2019
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)