Skip to content

Commit a02da3b

Browse files
authored
Add project URLs to setup.cfg (#739)
1 parent a13a470 commit a02da3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = aiomysql
33
url = https://github.com/aio-libs/aiomysql
44
download_url = https://pypi.python.org/pypi/aiomysql
5+
project_urls =
6+
CI: GitHub = https://github.com/aio-libs/aiomysql/actions
7+
Docs: RTD = https://aiomysql.readthedocs.io/
8+
GitHub: repo = https://github.com/aio-libs/aiomysql
9+
GitHub: issues = https://github.com/aio-libs/aiomysql/issues
10+
GitHub: discussions = https://github.com/aio-libs/aiomysql/discussions
511
description = MySQL driver for asyncio.
612
author = Nikolay Novik
713
author_email = [email protected]

0 commit comments

Comments
 (0)