Skip to content

Commit

Permalink
importlib_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed May 31, 2024
1 parent f0241a6 commit 55d9671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# https://stackoverflow.com/a/71126828/13156561
DYNAMIC_DUNDER_VERSION = (
"__version__ = importlib.metadata.version(__package__ or __name__)"
"__version__ = importlib_metadata.version(__package__ or __name__)"
)

PythonMinMax = tuple[tuple[int, int], tuple[int, int]]
Expand Down

0 comments on commit 55d9671

Please sign in to comment.