Skip to content

Commit f0d2a4d

Browse files
committed
fix: change script character to underscore
1 parent c8fbcfe commit f0d2a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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-utils = "diffpy.utils.app:main"
52+
diffpy-utils = "diffpy.utils_app:main"
5353

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

0 commit comments

Comments
 (0)