@@ -6,28 +6,28 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.utils"
77dynamic =[' version' , ' dependencies' ]
88authors = [
9- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
9+ { name =" Simon Billinge" , email =" sb2896@columbia.edu " },
1010]
1111maintainers = [
12- { name =" Simon J.L. Billinge group " , email =" simon.billinge@gmail.com " },
12+ { name =" Simon Billinge" , email =" sb2896@columbia.edu " },
1313]
1414description = " General utilities for analyzing diffraction data"
15- keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
15+ keywords = [' text data parsers' , ' wx grid' , ' diffraction objects' ]
1616readme = " README.rst"
1717requires-python = " >=3.11, <3.14"
1818classifiers = [
1919 ' Development Status :: 5 - Production/Stable' ,
2020 ' Environment :: Console' ,
2121 ' Intended Audience :: Developers' ,
2222 ' Intended Audience :: Science/Research' ,
23- ' License :: Free To Use But Restricted ' ,
23+ ' License :: OSI Approved :: BSD License ' ,
2424 ' Operating System :: MacOS :: MacOS X' ,
2525 ' Operating System :: Microsoft :: Windows' ,
2626 ' Operating System :: POSIX' ,
2727 ' Operating System :: Unix' ,
2828 ' Programming Language :: Python :: 3.11' ,
2929 ' Programming Language :: Python :: 3.12' ,
30- ' Programming Language :: Python :: 3.13' ,
30+ ' Programming Language :: Python :: 3.13' ,
3131 ' Topic :: Scientific/Engineering :: Physics' ,
3232 ' Topic :: Scientific/Engineering :: Chemistry' ,
3333]
0 commit comments