Skip to content

Commit

Permalink
exclude pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jul 25, 2024
1 parent db81bf2 commit e2ab08c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2ab08c

Please sign in to comment.