Skip to content

Commit 9df6193

Browse files
authored
pe639: setuptools license and license-files fields (#215)
1 parent 4198383 commit 9df6193

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
@@ -3,7 +3,7 @@
33

44
[build-system]
55
# Defined by PEP 518
6-
requires = ["setuptools>=60"]
6+
requires = ["setuptools>=77.0.3"]
77
# Defined by PEP 517
88
build-backend = "setuptools.build_meta"
99

@@ -15,7 +15,6 @@ classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Science/Research",
1717
"Operating System :: OS Independent",
18-
"License :: OSI Approved :: BSD License",
1918
"Programming Language :: Python",
2019
"Programming Language :: Python :: 3",
2120
"Programming Language :: Python :: 3.10",
@@ -34,7 +33,8 @@ keywords = [
3433
"meteorology",
3534
"visualization",
3635
]
37-
license = {text = "BSD-3-Clause"}
36+
license = "BSD-3-Clause"
37+
license-files = ["LICENSE"]
3838
name = "tephi"
3939
requires-python = ">=3.10"
4040
dependencies = ["matplotlib", "numpy", "scipy"]

0 commit comments

Comments
 (0)