@@ -14,23 +14,24 @@ requires = [
1414name = " gsw"
1515description = " Gibbs Seawater Oceanographic Package of TEOS-10"
1616license = { text = " BSD-3-Clause" }
17+ license-files = [ " LICENSE.txt" ]
1718authors = [
1819 {
name =
" Eric Firing, Filipe Fernandes" ,
email =
" [email protected] " },
1920]
20- requires-python = " >=3.8 "
21+ requires-python = " >=3.9 "
2122classifiers = [
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]
3637dynamic = [
@@ -45,7 +46,6 @@ urls.homepage = "https://www.teos-10.org/"
4546urls.repository = " https://github.com/TEOS-10/GSW-python"
4647
4748[tool .setuptools ]
48- license-files = [ " LICENSE.txt" ]
4949zip-safe = false
5050include-package-data = true
5151packages = [ " gsw" , " gsw.tests" ]
0 commit comments