Skip to content

Commit 949f045

Browse files
committed
fix: change main project script to diffpy.distanceprinter:main
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent 82cfc67 commit 949f045

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-distanceprinter = "diffpy.distanceprinter.app:main"
52+
diffpy-distanceprinter = "diffpy.distanceprinter:main"
5353

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

0 commit comments

Comments
 (0)