@@ -6,15 +6,18 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.labpdfproc"
77dynamic =[' version' , ' dependencies' ]
88authors = [
9- { name =" Simon J.L. Billinge group" , email =" simon.billinge@gmail.com" },
9+ {name =' Yucong Chen' , email =' yc4372@columbia.edu' },
10+ {name =' Till Schertenleib' , email =' ts@chem.ku.dk' },
11+ {name =' Caden Myers' , email =' cjm2304@columbia.edu' },
12+ {name =' Simon Billinge' , email =' sbillinge@ucsb.edu' },
1013]
1114maintainers = [
12- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
15+ {name =' Simon Billinge' , email =' sbillinge@ucsb.edu ' },
1316]
1417description = " Tools for processing x-ray powder diffraction data from laboratory sources."
15- keywords = [' powder xrd ' , ' absorption correction' , ' pdf ' , ' diffpy' ]
18+ keywords = [' powder XRD ' , ' absorption correction' , ' PDF ' , ' diffpy' ]
1619readme = " README.rst"
17- requires-python = " >=3.11 , <3.14 "
20+ requires-python = " >=3.12 , <3.15 "
1821classifiers = [
1922 ' Development Status :: 5 - Production/Stable' ,
2023 ' Environment :: Console' ,
@@ -25,9 +28,9 @@ classifiers = [
2528 ' Operating System :: Microsoft :: Windows' ,
2629 ' Operating System :: POSIX' ,
2730 ' Operating System :: Unix' ,
28- ' Programming Language :: Python :: 3.11' ,
2931 ' Programming Language :: Python :: 3.12' ,
3032 ' Programming Language :: Python :: 3.13' ,
33+ ' Programming Language :: Python :: 3.14' ,
3134 ' Topic :: Scientific/Engineering :: Physics' ,
3235 ' Topic :: Scientific/Engineering :: Chemistry' ,
3336]
@@ -57,7 +60,12 @@ dependencies = {file = ["requirements/pip.txt"]}
5760[tool .codespell ]
5861exclude-file = " .codespell/ignore_lines.txt"
5962ignore-words = " .codespell/ignore_words.txt"
60- skip = " *.cif"
63+ skip = " *.cif,*.dat"
64+
65+ [tool .docformatter ]
66+ recursive = true
67+ wrap-summaries = 72
68+ wrap-descriptions = 72
6169
6270[tool .black ]
6371line-length = 79
0 commit comments