Skip to content

Commit 842ea89

Browse files
authored
Merge pull request #33 from yucongalicechen/toml
closes #32
2 parents c9c2bd1 + 9c354cc commit 842ea89

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
@@ -41,6 +41,9 @@ template = "{tag}"
4141
dev_template = "{tag}"
4242
dirty_template = "{tag}"
4343

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

0 commit comments

Comments
 (0)