Skip to content

Commit 8f0f5db

Browse files
committed
fixup! build: Invert version fetching.
1 parent 494d40b commit 8f0f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/sample_plugin/__init__.py

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

55
from importlib.metadata import version as get_version
66

7-
# The name of the package is `opnedx-sample-plugin` but __package__ is `sample_plugin` so we hardcode the name of the
7+
# The name of the package is `openedx-sample-plugin` but __package__ is `sample_plugin` so we hardcode the name of the
88
# package here so that the version fetching works correctly. A lot of examples will show using `__package__`.
99
__version__ = get_version('openedx-sample-plugin')

0 commit comments

Comments
 (0)