Skip to content

Commit

Permalink
Don't install pylint_plugins (#11186)
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe L. Korn <uwe.korn@quantco.com>
  • Loading branch information
xhochy committed Feb 20, 2024
1 parent f1db418 commit d455fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def remove_comments_and_empty_lines(lines):
setup(
name="mlflow" if not _is_mlflow_skinny else "mlflow-skinny",
version=version,
packages=find_packages(exclude=["tests", "tests.*"]),
packages=find_packages(exclude=["tests", "tests.*", "pylint_plugins"]),
package_data=(
{"mlflow": skinny_package_data}
if _is_mlflow_skinny
Expand Down

0 comments on commit d455fe9

Please sign in to comment.