Skip to content

Commit 7f2205d

Browse files
committed
skpkg: add pyproject.toml
1 parent 6de173e commit 7f2205d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"
66
name = "diffpy.srxconfutils"
77
dynamic=['version', 'dependencies']
88
authors = [
9-
{ name="Simon J.L. Billinge group", email="[email protected]" },
9+
{ name="Simon J.L. Billinge group", email="[email protected]" },
1010
]
1111
maintainers = [
12-
{ name="Simon J.L. Billinge group", email="[email protected]" },
12+
{ name="Simon J.L. Billinge group", email="[email protected]" },
1313
]
1414
description = "Configuration utilities for dpx project. Part of xPDFsuite"
1515
keywords = ['diffpy', 'pdf', 'data interpretation']
@@ -48,6 +48,9 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
4848
exclude = [] # exclude packages matching these glob patterns (empty by default)
4949
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5050

51+
[project.scripts]
52+
diffpy-srxconfutils = "diffpy.srxconfutils.app:main"
53+
5154
[tool.setuptools.dynamic]
5255
dependencies = {file = ["requirements/pip.txt"]}
5356

0 commit comments

Comments
 (0)