Skip to content

Commit 907b8be

Browse files
committed
refactor: rename package from nemo_dfm to dfm in configuration and package info
1 parent acbd828 commit 907b8be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dfm/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__shortversion__ = ".".join(map(str, VERSION[:3]))
2525
__version__ = ".".join(map(str, VERSION[:3])) + "".join(VERSION[3:])
2626

27-
__package_name__ = "nemo_dfm"
27+
__package_name__ = "dfm"
2828
__contact_names__ = "NVIDIA"
2929
__contact_emails__ = "nemo-toolkit@nvidia.com"
3030
__homepage__ = "https://github.com/NVIDIA-NeMo/NeMo-DFM"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev = [
9090
]
9191

9292
[tool.setuptools]
93-
packages = ["nemo_dfm"]
93+
packages = ["dfm"]
9494

9595
[tool.setuptools.dynamic]
9696
version = {attr = "dfm.__version__"}

0 commit comments

Comments
 (0)