Skip to content

Commit

Permalink
Fix CI link and typo in setup.py (#5274)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 23, 2020
1 parent 28ea32d commit 1879aa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def read(f):
url="https://github.com/aio-libs/aiohttp",
project_urls={
"Chat: Gitter": "https://gitter.im/aio-libs/Lobby",
"CI: Azure Pipelines": "https://dev.azure.com/aio-libs/aiohttp/_build",
"CI: GitHub Actions": "https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI", # noqa
"Coverage: codecov": "https://codecov.io/github/aio-libs/aiohttp",
"Docs: Changelog": "https://docs.aiohttp.org/en/stable/changes.html",
"Docs: RTD": "https://docs.aiohttp.org",
Expand All @@ -122,9 +122,9 @@ def read(f):
)

if not NO_EXTENSIONS:
print("**********************")
print("* Accellerated build *")
print("**********************")
print("*********************")
print("* Accelerated build *")
print("*********************")
setup(ext_modules=extensions, **args)
else:
print("*********************")
Expand Down

0 comments on commit 1879aa1

Please sign in to comment.