Skip to content

Commit 05dcf61

Browse files
committed
minor fixes and updates
1 parent b84ee13 commit 05dcf61

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
@@ -14,23 +14,24 @@ requires = [
1414
name = "gsw"
1515
description = "Gibbs Seawater Oceanographic Package of TEOS-10"
1616
license = { text = "BSD-3-Clause" }
17+
license-files = [ "LICENSE.txt" ]
1718
authors = [
1819
{ name = "Eric Firing, Filipe Fernandes", email = "[email protected]" },
1920
]
20-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2122
classifiers = [
2223
"Development Status :: 5 - Production/Stable",
2324
"Intended Audience :: Science/Research",
2425
"License :: OSI Approved :: BSD License",
2526
"Operating System :: OS Independent",
2627
"Programming Language :: Python",
2728
"Programming Language :: Python :: 3 :: Only",
28-
"Programming Language :: Python :: 3.8",
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Topic :: Scientific/Engineering",
3536
]
3637
dynamic = [
@@ -45,7 +46,6 @@ urls.homepage = "https://www.teos-10.org/"
4546
urls.repository = "https://github.com/TEOS-10/GSW-python"
4647

4748
[tool.setuptools]
48-
license-files = [ "LICENSE.txt" ]
4949
zip-safe = false
5050
include-package-data = true
5151
packages = [ "gsw", "gsw.tests" ]

0 commit comments

Comments
 (0)