@@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
66name = " diffpy.fourigui"
77dynamic =[' version' , ' dependencies' ]
88authors = [
9- {
name =
" Simon J.L. Billinge group " ,
email =
" [email protected] " },
9+ {
name =
" Simon Billinge" ,
email =
" [email protected] " },
1010]
1111maintainers = [
12- {
name =
" Simon J.L. Billinge group " ,
email =
" [email protected] " },
12+ {
name =
" Simon Billinge" ,
email =
" [email protected] " },
1313]
14- description = " Tool for visualizing 3D diffraction and PDF Images ."
15- keywords = [' diffraction' , ' pdf ' , ' pair distribution function' , ' gui' ]
14+ description = " Tool for visualizing 3D diffraction and PDF images ."
15+ keywords = [' diffraction' , ' PDF ' , ' pair distribution function' , ' gui' ]
1616readme = " README.rst"
1717requires-python = " >=3.11, <3.14"
1818classifiers = [
@@ -32,9 +32,6 @@ classifiers = [
3232 ' Topic :: Scientific/Engineering :: Chemistry' ,
3333]
3434
35- [project .scripts ]
36- fourigui = " diffpy.fourigui.fourigui:main"
37-
3835[project .urls ]
3936Homepage = " https://github.com/diffpy/diffpy.fourigui/"
4037Issues = " https://github.com/diffpy/diffpy.fourigui/issues/"
@@ -60,7 +57,7 @@ ignore-words = ".codespell/ignore_words.txt"
6057skip = " *.cif,*.dat"
6158
6259[tool .black ]
63- line-length = 115
60+ line-length = 79
6461include = ' \.pyi?$'
6562exclude = '''
6663/(
0 commit comments