We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13a470 commit a02da3bCopy full SHA for a02da3b
setup.cfg
@@ -2,6 +2,12 @@
2
name = aiomysql
3
url = https://github.com/aio-libs/aiomysql
4
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
11
description = MySQL driver for asyncio.
12
author = Nikolay Novik
13
author_email = [email protected]
0 commit comments