We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8915a8e commit 49fec67Copy full SHA for 49fec67
src/warnet/main.py
@@ -1,5 +1,3 @@
1
-import importlib.metadata
2
-
3
import click
4
5
from .admin import admin
@@ -25,6 +23,7 @@ def version() -> None:
25
23
"""Display the installed version of warnet"""
26
24
try:
27
from warnet._version import __version__
+
28
version = __version__
29
# If running from source/git, setuptools_scm will append git info
30
# e.g. "1.1.11.dev1+g123456[.dirty]"
0 commit comments