Skip to content

Commit cd84158

Browse files
committed
skpkg: add pyproject.toml
1 parent 3227e2f commit cd84158

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ build-backend = "setuptools.build_meta"
66
name = "diffpy.utils"
77
dynamic=['version', 'dependencies']
88
authors = [
9-
{ name="Simon J.L. Billinge group", email="[email protected]" },
9+
{ name="Simon Billinge", email="[email protected]" },
1010
]
1111
maintainers = [
12-
{ name="Simon J.L. Billinge group", email="[email protected]" },
12+
{ name="Simon Billinge", email="[email protected]" },
1313
]
1414
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']
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"
1818
classifiers = [
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
]

requirements/build.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)