Skip to content

Commit

Permalink
Removed stale src directory from install location
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 10, 2020
1 parent 7b24345 commit 44a5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
"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 = {
Expand Down

0 comments on commit 44a5166

Please sign in to comment.