Skip to content

Commit 329a895

Browse files
add back labpdfproc command
1 parent 884be46 commit 329a895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
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)