mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added GitHub URL for PyPi (#3654)
This commit is contained in:
parent
3acdb42c96
commit
47a9551cdf
3
setup.py
3
setup.py
@ -41,6 +41,9 @@ setup(
|
||||
name = "mkdocs-material",
|
||||
version = package["version"],
|
||||
url = package["homepage"],
|
||||
project_urls = {
|
||||
"Source": "https://github.com/squidfunk/mkdocs-material",
|
||||
},
|
||||
license = package["license"],
|
||||
description = package["description"],
|
||||
long_description = long_description,
|
||||
|
Loading…
Reference in New Issue
Block a user