1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Removed stale src directory from install location

This commit is contained in:
squidfunk 2020-04-10 11:55:39 +02:00
parent 7b24345090
commit 44a51660d0

View File

@ -58,7 +58,7 @@ setup(
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: HTML"
],
packages = find_packages(),
packages = find_packages(exclude = ["src"]),
include_package_data = True,
install_requires = install_requires,
entry_points = {