@@ -6,22 +6,20 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.srmise"
77dynamic =[' version' , ' dependencies' ]
88authors = [
9- { name =" Simon J.L. Billinge group" , email =" simon.billinge@gmail.com" },
10- {name =" Luke Granlund" , email =" granlund@pa.msu.edu" },
9+ { name =" Simon Billinge" , email =" sb2896@columbia.edu" },
1110]
1211maintainers = [
13- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
12+ { name =" Simon Billinge" , email =" sb2896@columbia.edu " },
1413]
1514description = " Peak extraction and peak fitting tool for atomic pair distribution functions."
16- keywords = [' peak extraction fitting PDF AIC multimodeling' ]
15+ keywords = [' peak extraction' , ' fitting' , ' PDF' , ' AIC' , ' multimodeling' ]
1716readme = " README.rst"
1817requires-python = " >=3.11, <3.14"
1918classifiers = [
20- ' Development Status :: 3 - Alpha ' ,
19+ ' Development Status :: 5 - Production/Stable ' ,
2120 ' Environment :: Console' ,
2221 ' Intended Audience :: Developers' ,
2322 ' Intended Audience :: Science/Research' ,
24- ' Intended Audience :: Education' ,
2523 ' License :: OSI Approved :: BSD License' ,
2624 ' Operating System :: MacOS :: MacOS X' ,
2725 ' Operating System :: Microsoft :: Windows' ,
@@ -32,7 +30,6 @@ classifiers = [
3230 ' Programming Language :: Python :: 3.13' ,
3331 ' Topic :: Scientific/Engineering :: Physics' ,
3432 ' Topic :: Scientific/Engineering :: Chemistry' ,
35- ' Topic :: Software Development :: Libraries' ,
3633]
3734
3835[project .urls ]
@@ -45,9 +42,6 @@ template = "{tag}"
4542dev_template = " {tag}"
4643dirty_template = " {tag}"
4744
48- [project .scripts ]
49- srmise = " diffpy.srmise.applications.extract:main"
50-
5145[tool .setuptools .packages .find ]
5246where = [" src" ] # list of folders that contain the packages (["."] by default)
5347include = [" *" ] # package names should match these glob patterns (["*"] by default)
0 commit comments