Skip to content

Commit

Permalink
fix(pypi): Rename package to trame_simput
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-Byr committed Dec 23, 2024
1 parent 9e7bd27 commit 897fb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = trame-simput
name = trame_simput
version = 2.5.0
description = Simput implementation for trame
long_description = file: README.rst
Expand Down
2 changes: 1 addition & 1 deletion trame_simput/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .core import get_simput_manager

__version__ = get_version("trame-simput")
__version__ = get_version("trame_simput")

__all__ = [
"__version__",
Expand Down

0 comments on commit 897fb6a

Please sign in to comment.