@@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.distanceprinter"
77dynamic =[' version' , ' dependencies' ]
88authors = [
9- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
9+ { name =" Simon J.L. Billinge Group " , email =" sb2896@columbia.edu " },
1010]
1111maintainers = [
12- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
12+ { name =" Simon J.L. Billinge Group " , email =" sb2896@columbia.edu " },
1313]
1414description = " Distance Printer, calculate the inter atomic distances. Part of xPDFsuite"
15- keywords = [' diffpy' , ' pdf' , ' data interpretation' ]
15+ keywords = [' diffpy' , ' pdf' , ' data- interpretation' ]
1616readme = " README.rst"
1717requires-python = " >=3.11, <3.14"
1818classifiers = [
@@ -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 ]
3936Homepage = " https://github.com/diffpy/diffpy.distanceprinter/"
4037Issues = " https://github.com/diffpy/diffpy.distanceprinter/issues/"
@@ -51,13 +48,16 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
5148exclude = [] # exclude packages matching these glob patterns (empty by default)
5249namespaces = 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 ]
5555dependencies = {file = [" requirements/pip.txt" ]}
5656
5757[tool .codespell ]
5858exclude-file = " .codespell/ignore_lines.txt"
5959ignore-words = " .codespell/ignore_words.txt"
60- skip = " *.cif,*.dat,*agr "
60+ skip = " *.cif,*.dat"
6161
6262[tool .docformatter ]
6363recursive = true
0 commit comments