Skip to content

Commit a31acef

Browse files
committed
Switch to newer license setup instead of classifier
1 parent 137af3c commit a31acef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description = 'DEV Content Files'
55
readme = 'README.md'
66
maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]
77
requires-python = '>= 3.9'
8+
license = 'BSD-3-Clause'
89
classifiers = [
910
'Environment :: Web Environment',
1011
'Framework :: Django',
1112
'Framework :: Django :: 3.2',
1213
'Framework :: Django :: 4.2',
1314
'Framework :: Django :: 5.2',
1415
'Intended Audience :: Developers',
15-
'License :: OSI Approved :: BSD License',
1616
'Operating System :: OS Independent',
1717
'Programming Language :: Python',
1818
'Programming Language :: Python :: 3',
@@ -27,7 +27,7 @@ classifiers = [
2727
Homepage = 'https://github.com/developersociety/devsoc-contentfiles'
2828

2929
[build-system]
30-
requires = ['setuptools >= 61.0']
30+
requires = ['setuptools >= 77.0.3']
3131
build-backend = 'setuptools.build_meta'
3232

3333
[tool.setuptools]

0 commit comments

Comments
 (0)