Skip to content

Commit 83aa007

Browse files
committed
kick hardcoded name
1 parent 06d2cb3 commit 83aa007

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lpdb/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@
3131
"TeamTemplate",
3232
]
3333

34-
__version__ = _metadata.version("LPDB_python")
34+
try:
35+
__version__ = _metadata.version(__name__)
36+
except _metadata.PackageNotFoundError:
37+
__version__ = "0.0.0"

0 commit comments

Comments
 (0)