Skip to content

Commit 82cfc67

Browse files
committed
skpkg: add pyproject.toml
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent d38db29 commit 82cfc67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
66
name = "diffpy.distanceprinter"
77
dynamic=['version', 'dependencies']
88
authors = [
9-
{ name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" },
9+
{ name="Simon J.L. Billinge Group", email="sb2896@columbia.edu" },
1010
]
1111
maintainers = [
12-
{ name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" },
12+
{ name="Simon J.L. Billinge Group", email="sb2896@columbia.edu" },
1313
]
1414
description = "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite"
15-
keywords = ['diffpy', 'pdf', 'data interpretation']
15+
keywords = ['diffpy', 'pdf', 'data-interpretation']
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"
1818
classifiers = [
@@ -32,9 +32,6 @@ classifiers = [
3232
'Topic :: Scientific/Engineering :: Chemistry',
3333
]
3434

35-
[project.scripts]
36-
distanceprinter = 'diffpy.distanceprinter.distanceprinter:main'
37-
3835
[project.urls]
3936
Homepage = "https://github.com/diffpy/diffpy.distanceprinter/"
4037
Issues = "https://github.com/diffpy/diffpy.distanceprinter/issues/"
@@ -51,13 +48,16 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
5148
exclude = [] # exclude packages matching these glob patterns (empty by default)
5249
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5350

51+
[project.scripts]
52+
diffpy-distanceprinter = "diffpy.distanceprinter.app:main"
53+
5454
[tool.setuptools.dynamic]
5555
dependencies = {file = ["requirements/pip.txt"]}
5656

5757
[tool.codespell]
5858
exclude-file = ".codespell/ignore_lines.txt"
5959
ignore-words = ".codespell/ignore_words.txt"
60-
skip = "*.cif,*.dat,*agr"
60+
skip = "*.cif,*.dat"
6161

6262
[tool.docformatter]
6363
recursive = true

0 commit comments

Comments
 (0)