From e2ab08ca8dcda443da4440fe224b18ac8fbcbc7b Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:33:30 -0600 Subject: [PATCH] exclude pytests --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a6b521..ebc4e1c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,8 @@ "Topic :: Scientific/Engineering :: Visualization" ], packages=find_namespace_packages( - include=['centerline_width', 'centerline_width.*']), + include=['centerline_width', 'centerline_width.*'], + exclude=['centerline_width.pytests']), include_package_data=True, install_requires=[ "geopy", "haversine", "matplotlib", "networkx", "numpy", "pandas",