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 82cfc67 commit 949f045Copy full SHA for 949f045
pyproject.toml
@@ -49,7 +49,7 @@ 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-distanceprinter = "diffpy.distanceprinter.app:main"
+diffpy-distanceprinter = "diffpy.distanceprinter:main"
53
54
[tool.setuptools.dynamic]
55
dependencies = {file = ["requirements/pip.txt"]}
0 commit comments