mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Hard-coded package name in setup.py
This commit is contained in:
parent
7f4cff5971
commit
49364e3bd9
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ with open("README.md", encoding = "utf-8") as data:
|
|||||||
|
|
||||||
# Package description
|
# Package description
|
||||||
setup(
|
setup(
|
||||||
name = package["name"],
|
name = "mkdocs-material",
|
||||||
version = package["version"],
|
version = package["version"],
|
||||||
url = package["homepage"],
|
url = package["homepage"],
|
||||||
license = package["license"],
|
license = package["license"],
|
||||||
|
Loading…
Reference in New Issue
Block a user