Skip to content

Commit

Permalink
Hardcode package name.
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
ezio-melotti and hugovk authored Oct 13, 2023
1 parent 1c6d8f0 commit 8c4a652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxlint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from sphinxlint.sphinxlint import check_file, check_text

__version__ = importlib.metadata.version(__name__)
__version__ = importlib.metadata.version("sphinx_lint")

__all__ = ["check_text", "check_file"]

0 comments on commit 8c4a652

Please sign in to comment.