Hard-coded package name in setup.py

This commit is contained in:
squidfunk 2019-10-24 09:30:05 +02:00
parent 7f4cff5971
commit 49364e3bd9

View File

@ -38,7 +38,7 @@ with open("README.md", encoding = "utf-8") as data:
# Package description
setup(
name = package["name"],
name = "mkdocs-material",
version = package["version"],
url = package["homepage"],
license = package["license"],