Skip to content

Commit

Permalink
Update package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 24, 2023
1 parent 25561e0 commit 0000d12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import importlib.metadata

__all__ = [
"__version__",
]


__version__ = importlib.metadata.version("django-bootstrap3")
from .__about__ import __version__

0 comments on commit 0000d12

Please sign in to comment.