Skip to content

Commit 9e31304

Browse files
add back labpdfproc command
1 parent 3b196ad commit 9e31304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ template = "{tag}"
4242
dev_template = "{tag}"
4343
dirty_template = "{tag}"
4444

45+
[project.scripts]
46+
labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"
47+
4548
[tool.setuptools.packages.find]
4649
where = ["src"] # list of folders that contain the packages (["."] by default)
4750
include = ["*"] # package names should match these glob patterns (["*"] by default)

0 commit comments

Comments
 (0)