Skip to content

Commit 7920700

Browse files
committed
Keep top-level name as chipflow-lib
1 parent 1dcba9b commit 7920700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chipflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
if TYPE_CHECKING:
2121
from .config import Config
2222

23-
__version__ = importlib.metadata.version("chipflow")
23+
__version__ = importlib.metadata.version("chipflow-lib")
2424

2525

2626
# Maintain backward compatibility with underscore-prefixed names

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Project metadata
44

55
[project]
6-
name = "chipflow"
6+
name = "chipflow-lib"
77
dynamic = ["version"]
88
description = "ChipFlow common tools."
99
authors = [

0 commit comments

Comments
 (0)