We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f85ad commit 47b86c3Copy full SHA for 47b86c3
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.stretched-nmf = "diffpy.stretched_nmf.snmf_app:main"
+"diffpy.stretched-nmf" = "diffpy.stretched_nmf.snmf_app:main"
53
54
[tool.setuptools.dynamic]
55
dependencies = {file = ["requirements/pip.txt"]}
0 commit comments