We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b196ad commit 9e31304Copy full SHA for 9e31304
pyproject.toml
@@ -42,6 +42,9 @@ template = "{tag}"
42
dev_template = "{tag}"
43
dirty_template = "{tag}"
44
45
+[project.scripts]
46
+labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"
47
+
48
[tool.setuptools.packages.find]
49
where = ["src"] # list of folders that contain the packages (["."] by default)
50
include = ["*"] # package names should match these glob patterns (["*"] by default)
0 commit comments