Skip to content

Commit d4c8f5f

Browse files
committed
pyproject.toml
1 parent 16c4fc2 commit d4c8f5f

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ build-backend = "setuptools.build_meta"
66
name = "diffpy.labpdfproc"
77
dynamic=['version', 'dependencies']
88
authors = [
9-
{ name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" },
9+
{name='Yucong Chen', email='yc4372@columbia.edu'},
10+
{name='Till Schertenleib', email='ts@chem.ku.dk'},
11+
{name='Caden Myers', email='cjm2304@columbia.edu'},
12+
{name='Simon Billinge', email='sbillinge@ucsb.edu'},
1013
]
1114
maintainers = [
12-
{ name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" },
15+
{name='Simon Billinge', email='sbillinge@ucsb.edu'},
1316
]
1417
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
15-
keywords = ['powder xrd', 'absorption correction', 'pdf', 'diffpy']
18+
keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy']
1619
readme = "README.rst"
17-
requires-python = ">=3.11, <3.14"
20+
requires-python = ">=3.12, <3.15"
1821
classifiers = [
1922
'Development Status :: 5 - Production/Stable',
2023
'Environment :: Console',
@@ -25,9 +28,9 @@ classifiers = [
2528
'Operating System :: Microsoft :: Windows',
2629
'Operating System :: POSIX',
2730
'Operating System :: Unix',
28-
'Programming Language :: Python :: 3.11',
2931
'Programming Language :: Python :: 3.12',
3032
'Programming Language :: Python :: 3.13',
33+
'Programming Language :: Python :: 3.14',
3134
'Topic :: Scientific/Engineering :: Physics',
3235
'Topic :: Scientific/Engineering :: Chemistry',
3336
]
@@ -57,7 +60,12 @@ dependencies = {file = ["requirements/pip.txt"]}
5760
[tool.codespell]
5861
exclude-file = ".codespell/ignore_lines.txt"
5962
ignore-words = ".codespell/ignore_words.txt"
60-
skip = "*.cif"
63+
skip = "*.cif,*.dat"
64+
65+
[tool.docformatter]
66+
recursive = true
67+
wrap-summaries = 72
68+
wrap-descriptions = 72
6169

6270
[tool.black]
6371
line-length = 79

0 commit comments

Comments
 (0)