1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Do not install the mtv-extract command-line tool
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2025-10-20
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,9 +36,6 @@
name = "Peter Pentchev"
email = "roam@ringlet.net"
-[project.scripts]
-"mtv-extract" = "media_type_version.__main__:main"
-
[project.urls]
Homepage = "https://devel.ringlet.net/devel/media-type-version/"
Changes = "https://devel.ringlet.net/devel/media-type-version/changes/"
|