@@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.srmise"
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 {name =" Luke Granlund" , email =" granlund@pa.msu.edu" },
1111]
1212maintainers = [
13- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
13+ { name =" Simon Billinge" , email =" sb2896@columbia.edu " },
1414]
1515description = " Peak extraction and peak fitting tool for atomic pair distribution functions."
16- keywords = [' peak extraction fitting PDF AIC multimodeling' ]
16+ keywords = [' peak extraction' , ' fitting' , ' PDF' , ' AIC' , ' multimodeling' ]
1717readme = " README.rst"
1818requires-python = " >=3.11, <3.14"
1919classifiers = [
@@ -33,6 +33,7 @@ classifiers = [
3333 ' Topic :: Scientific/Engineering :: Physics' ,
3434 ' Topic :: Scientific/Engineering :: Chemistry' ,
3535 ' Topic :: Software Development :: Libraries' ,
36+
3637]
3738
3839[project .urls ]
@@ -62,6 +63,11 @@ exclude-file = ".codespell/ignore_lines.txt"
6263ignore-words = " .codespell/ignore_words.txt"
6364skip = " *.cif,*.dat"
6465
66+ [tool .docformatter ]
67+ recursive = true
68+ wrap-summaries = 72
69+ wrap-descriptions = 72
70+
6571[tool .black ]
6672line-length = 115
6773include = ' \.pyi?$'
0 commit comments