Skip to content

Commit

Permalink
fix package name for metadata.version
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Jun 18, 2024
1 parent 656d8c5 commit 5a98834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_redshift_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from importlib.metadata import version, PackageNotFoundError

try:
__version__ = version("package-name")
__version__ = version("django-redshift-backend")
except PackageNotFoundError:
# package is not installed
pass

0 comments on commit 5a98834

Please sign in to comment.