Skip to content

Commit f374ad7

Browse files
committed
minor fixes and updates
1 parent bad1087 commit f374ad7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ requires = [
1313
[project]
1414
name = "gsw"
1515
description = "Gibbs Seawater Oceanographic Package of TEOS-10"
16-
license = { text = "BSD-3-Clause" }
16+
license = "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",
24-
"License :: OSI Approved :: BSD License",
2525
"Operating System :: OS Independent",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3 :: Only",
28-
"Programming Language :: Python :: 3.8",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
@@ -46,7 +45,6 @@ urls.homepage = "https://www.teos-10.org/"
4645
urls.repository = "https://github.com/TEOS-10/GSW-python"
4746

4847
[tool.setuptools]
49-
license-files = [ "LICENSE.txt" ]
5048
zip-safe = false
5149
include-package-data = true
5250
packages = [ "gsw", "gsw.tests" ]

0 commit comments

Comments
 (0)