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.
2 parents c9c2bd1 + 9c354cc commit 842ea89Copy full SHA for 842ea89
pyproject.toml
@@ -41,6 +41,9 @@ template = "{tag}"
41
dev_template = "{tag}"
42
dirty_template = "{tag}"
43
44
+[project.scripts]
45
+labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"
46
+
47
[tool.setuptools.packages.find]
48
where = ["src"] # list of folders that contain the packages (["."] by default)
49
include = ["diffpy*"] # package names should match these glob patterns (["*"] by default)
0 commit comments