@@ -11,7 +11,7 @@ authors = [
1111maintainers = [
1212 { name =" Simon J.L. Billinge group" , email =" simon.billinge@gmail.com" },
1313]
14- description = " A python package implementing the stretched NMF algorithm."
14+ description = " Python package implementing the stretched NMF algorithm."
1515keywords = [' diffpy' , ' PDF' ]
1616readme = " README.rst"
1717requires-python = " >=3.11, <3.14"
@@ -25,9 +25,9 @@ classifiers = [
2525 ' Operating System :: Microsoft :: Windows' ,
2626 ' Operating System :: POSIX' ,
2727 ' Operating System :: Unix' ,
28- ' Programming Language :: Python :: 3.10' ,
2928 ' Programming Language :: Python :: 3.11' ,
3029 ' Programming Language :: Python :: 3.12' ,
30+ ' Programming Language :: Python :: 3.13' ,
3131 ' Topic :: Scientific/Engineering :: Physics' ,
3232 ' Topic :: Scientific/Engineering :: Chemistry' ,
3333]
@@ -57,7 +57,7 @@ dependencies = {file = ["requirements/pip.txt"]}
5757[tool .codespell ]
5858exclude-file = " .codespell/ignore_lines.txt"
5959ignore-words = " .codespell/ignore_words.txt"
60- skip = " *.cif"
60+ skip = " *.cif,*.dat "
6161
6262[tool .black ]
6363line-length = 115
0 commit comments