1313# limitations under the License.
1414
1515[project ]
16- name = " llm-shower "
16+ name = " emerging-optimizers "
1717dynamic = [
1818 " version" ,
1919 " readme" ,
@@ -84,15 +84,15 @@ dev = [
8484]
8585
8686[tool .setuptools ]
87- packages = [" llm_shower " ]
87+ packages = [" emerging_optimizers " ]
8888
8989[tool .setuptools .dynamic ]
90- version = {attr = " llm_shower .__version__" }
90+ version = {attr = " emerging_optimizers .__version__" }
9191readme = {file = " README.md" , content-type = " text/markdown" }
9292
9393[project .urls ]
94- Download = " https://github.com/NVIDIA-NeMo/LLM-Shower /releases"
95- Homepage = " https://github.com/NVIDIA-NeMo/LLM-Shower "
94+ Download = " https://github.com/NVIDIA-NeMo/Emerging-Optimizers /releases"
95+ Homepage = " https://github.com/NVIDIA-NeMo/Emerging-Optimizers "
9696
9797[tool .pytest .ini_options ]
9898# durations=0 will display all tests execution time, sorted in ascending order starting from from the slowest one.
@@ -101,7 +101,7 @@ addopts = "--verbose --pyargs --durations=0 --strict-markers" # always add thes
101101testpaths = [" tests" ]
102102# directories to ignore when discovering tests
103103norecursedirs = [
104- " llm_shower " ,
104+ " emerging_optimizers " ,
105105 " external" ,
106106 " examples" ,
107107 " docs" ,
@@ -172,7 +172,7 @@ ignore = [
172172 " E501" , # Line too long - handled by formatter
173173]
174174[tool .ruff .lint .isort ]
175- known-first-party = [" llm_shower " ]
175+ known-first-party = [" emerging_optimizers " ]
176176known-third-party = [" examples" , " scripts" ]
177177section-order = [" future" , " standard-library" , " third-party" , " first-party" , " local-folder" ]
178178lines-after-imports = 2
0 commit comments