We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8530ff7 commit 0adb998Copy full SHA for 0adb998
pyproject.toml
@@ -49,8 +49,8 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
49
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
50
51
[project.scripts]
52
-diffpy-cmi = "diffpy.cmi.app:main"
53
-cmi = "diffpy.cmi.app:main"
+diffpy-cmi = "diffpy.cmi.diffpy_cmi_app:main"
+cmi = "diffpy.cmi.diffpy_cmi_app:main"
54
55
[tool.setuptools.dynamic]
56
dependencies = {file = ["requirements/pip.txt"]}
0 commit comments