mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed stale src directory from install location
This commit is contained in:
parent
7b24345090
commit
44a51660d0
2
setup.py
2
setup.py
@ -58,7 +58,7 @@ setup(
|
|||||||
"Topic :: Software Development :: Documentation",
|
"Topic :: Software Development :: Documentation",
|
||||||
"Topic :: Text Processing :: Markup :: HTML"
|
"Topic :: Text Processing :: Markup :: HTML"
|
||||||
],
|
],
|
||||||
packages = find_packages(),
|
packages = find_packages(exclude = ["src"]),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires = install_requires,
|
install_requires = install_requires,
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
Loading…
Reference in New Issue
Block a user