From 897fb6a8b58f90d8f67c4be587c350b55b49b7b4 Mon Sep 17 00:00:00 2001 From: Jo-Byr Date: Mon, 23 Dec 2024 08:02:05 +0100 Subject: [PATCH] fix(pypi): Rename package to trame_simput --- setup.cfg | 2 +- trame_simput/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 24428d7..be49d40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/trame_simput/__init__.py b/trame_simput/__init__.py index 8cf4890..37bba74 100644 --- a/trame_simput/__init__.py +++ b/trame_simput/__init__.py @@ -2,7 +2,7 @@ from .core import get_simput_manager -__version__ = get_version("trame-simput") +__version__ = get_version("trame_simput") __all__ = [ "__version__",