@@ -13,24 +13,24 @@ requires = [
1313[project ]
1414name = " gsw"
1515description = " Gibbs Seawater Oceanographic Package of TEOS-10"
16- license = { text = " BSD-3-Clause" }
16+ license = " 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" ,
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" ,
3231 " Programming Language :: Python :: 3.12" ,
3332 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3434 " Topic :: Scientific/Engineering" ,
3535]
3636dynamic = [
@@ -45,7 +45,6 @@ urls.homepage = "https://www.teos-10.org/"
4545urls.repository = " https://github.com/TEOS-10/GSW-python"
4646
4747[tool .setuptools ]
48- license-files = [ " LICENSE.txt" ]
4948zip-safe = false
5049include-package-data = true
5150packages = [ " gsw" , " gsw.tests" ]
0 commit comments