We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbd828 commit 907b8beCopy full SHA for 907b8be
dfm/package_info.py
@@ -24,7 +24,7 @@
24
__shortversion__ = ".".join(map(str, VERSION[:3]))
25
__version__ = ".".join(map(str, VERSION[:3])) + "".join(VERSION[3:])
26
27
-__package_name__ = "nemo_dfm"
+__package_name__ = "dfm"
28
__contact_names__ = "NVIDIA"
29
__contact_emails__ = "nemo-toolkit@nvidia.com"
30
__homepage__ = "https://github.com/NVIDIA-NeMo/NeMo-DFM"
pyproject.toml
@@ -90,7 +90,7 @@ dev = [
90
]
91
92
[tool.setuptools]
93
-packages = ["nemo_dfm"]
+packages = ["dfm"]
94
95
[tool.setuptools.dynamic]
96
version = {attr = "dfm.__version__"}
0 commit comments