Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7343011
D5551.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
561 B
Subscribers
None
D5551.id.diff
View Options
diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,3 +11,4 @@
dash_bootstrap_components
flask
dulwich
+importlib-metadata
diff --git a/swh/scanner/cli.py b/swh/scanner/cli.py
--- a/swh/scanner/cli.py
+++ b/swh/scanner/cli.py
@@ -71,7 +71,7 @@
help="""YAML configuration file""",
)
@click.version_option(
- version=version("swh-scanner"), prog_name="swh-scanner",
+ version=version("swh.scanner"), prog_name="swh.scanner",
)
@click.pass_context
def scanner(ctx, config_file: Optional[str]):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 6:42 PM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219849
Attached To
D5551: Fix swh-scanner for python 3.7 and >= 3.8
Event Timeline
Log In to Comment