@@ -6,28 +6,28 @@ build-backend = "setuptools.build_meta"
6
6
name = " diffpy.utils"
7
7
dynamic =[' version' , ' dependencies' ]
8
8
authors = [
9
- {
name =
" Simon J.L. Billinge group " ,
email =
" [email protected] " },
9
+ {
name =
" Simon Billinge" ,
email =
" [email protected] " },
10
10
]
11
11
maintainers = [
12
- {
name =
" Simon J.L. Billinge group " ,
email =
" [email protected] " },
12
+ {
name =
" Simon Billinge" ,
email =
" [email protected] " },
13
13
]
14
14
description = " General utilities for analyzing diffraction data"
15
- keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
15
+ keywords = [' text data parsers' , ' wx grid' , ' diffraction objects' ]
16
16
readme = " README.rst"
17
17
requires-python = " >=3.11, <3.14"
18
18
classifiers = [
19
19
' Development Status :: 5 - Production/Stable' ,
20
20
' Environment :: Console' ,
21
21
' Intended Audience :: Developers' ,
22
22
' Intended Audience :: Science/Research' ,
23
- ' License :: Free To Use But Restricted ' ,
23
+ ' License :: OSI Approved :: BSD License ' ,
24
24
' Operating System :: MacOS :: MacOS X' ,
25
25
' Operating System :: Microsoft :: Windows' ,
26
26
' Operating System :: POSIX' ,
27
27
' Operating System :: Unix' ,
28
28
' Programming Language :: Python :: 3.11' ,
29
29
' Programming Language :: Python :: 3.12' ,
30
- ' Programming Language :: Python :: 3.13' ,
30
+ ' Programming Language :: Python :: 3.13' ,
31
31
' Topic :: Scientific/Engineering :: Physics' ,
32
32
' Topic :: Scientific/Engineering :: Chemistry' ,
33
33
]
0 commit comments