mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-30 17:46:21 -04:00
Added GitHub URL for PyPi (#3654)
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user