Skip to content

Commit 76f4465

Browse files
authored
Add entry point to srmise app
1 parent 2f8ef79 commit 76f4465

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
@@ -45,6 +45,9 @@ template = "{tag}"
4545
dev_template = "{tag}"
4646
dirty_template = "{tag}"
4747

48+
[project.scripts]
49+
srmise = "diffpy.srmise.applications.extract:main"
50+
4851
[tool.setuptools.packages.find]
4952
where = ["src"] # list of folders that contain the packages (["."] by default)
5053
include = ["*"] # package names should match these glob patterns (["*"] by default)

0 commit comments

Comments
 (0)