-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
Description
Since 0.22.0 tools/cartopy_feature_download.py
gets installed as /usr/bin/feature_download
which is a far too generic name.
The cartopy_
prefix should be preserved as per this patch:
Description: Don't use generic feature_download executable name.
Author: Bas Couwenberg <sebastic@debian.org>
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,7 +56,7 @@ plotting = ["pillow>=6.1.0", "scipy>=1.3
test = ["pytest>=5.1.2", "pytest-mpl>=0.11", "pytest-xdist", "pytest-cov", "coveralls"]
[project.scripts]
-feature_download = "tools.cartopy_feature_download.py:__main__"
+cartopy_feature_download = "tools.cartopy_feature_download.py:__main__"
[project.urls]
documentation='https://scitools.org.uk/cartopy/docs/latest/'
Operating system
Debian unstable
Cartopy version
0.22.0
Metadata
Metadata
Assignees
Labels
No labels