Skip to content

Commit 623c427

Browse files
Merge pull request bepasty#334 from ThomasWaldmann/spdx-license-expression
use spdx license expression, fixes bepasty#330
2 parents f94ac7c + c8e7513 commit 623c427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
2+
requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -8,7 +8,8 @@ write_to = "src/bepasty/_version.py"
88
[project]
99
name = "bepasty"
1010
dynamic = ["version"]
11-
license = {text="BSD 2-clause"}
11+
license = "BSD-2-Clause"
12+
license-files = ["LICENSE", "AUTHORS"]
1213
authors = [{name="The Bepasty Team (see AUTHORS file)"}]
1314
maintainers = [{name="Thomas Waldmann", email="[email protected]"}]
1415
description = "a binary pastebin / file upload service"
@@ -18,7 +19,6 @@ requires-python = ">=3.10"
1819
classifiers = [
1920
"Development Status :: 5 - Production/Stable",
2021
"Environment :: Web Environment",
21-
"License :: OSI Approved :: BSD License",
2222
"Operating System :: OS Independent",
2323
"Framework :: Flask",
2424
"Programming Language :: Python",

0 commit comments

Comments
 (0)