Skip to content

Commit 0adb998

Browse files
committed
chore: update pyproject.toml to point to new file name
1 parent 8530ff7 commit 0adb998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
4949
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5050

5151
[project.scripts]
52-
diffpy-cmi = "diffpy.cmi.app:main"
53-
cmi = "diffpy.cmi.app:main"
52+
diffpy-cmi = "diffpy.cmi.diffpy_cmi_app:main"
53+
cmi = "diffpy.cmi.diffpy_cmi_app:main"
5454

5555
[tool.setuptools.dynamic]
5656
dependencies = {file = ["requirements/pip.txt"]}

0 commit comments

Comments
 (0)