Skip to content

Commit 8c4a652

Browse files
ezio-melottihugovk
andauthored
Hardcode package name.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 1c6d8f0 commit 8c4a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxlint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from sphinxlint.sphinxlint import check_file, check_text
66

7-
__version__ = importlib.metadata.version(__name__)
7+
__version__ = importlib.metadata.version("sphinx_lint")
88

99
__all__ = ["check_text", "check_file"]

0 commit comments

Comments
 (0)