Skip to content

Commit

Permalink
Add more URLs information on setup.py for PyPI (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 30, 2021
1 parent e65ec3d commit acb37bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -65,7 +65,7 @@ def get_packages(package):
setup(
name="uvicorn",
version=get_version("uvicorn"),
url="https://github.com/encode/uvicorn",
url="https://www.uvicorn.org/",
license="BSD",
description="The lightning-fast ASGI server.",
long_description=get_long_description(),
Expand Down Expand Up @@ -95,4 +95,8 @@ def get_packages(package):
[console_scripts]
uvicorn=uvicorn.main:main
""",
project_urls={
"Funding": "https://github.com/sponsors/encode",
"Source": "https://github.com/encode/uvicorn",
},
)

0 comments on commit acb37bb

Please sign in to comment.