@@ -13,19 +13,18 @@ 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" ,
@@ -46,7 +45,6 @@ urls.homepage = "https://www.teos-10.org/"
4645urls.repository = " https://github.com/TEOS-10/GSW-python"
4746
4847[tool .setuptools ]
49- license-files = [ " LICENSE.txt" ]
5048zip-safe = false
5149include-package-data = true
5250packages = [ " gsw" , " gsw.tests" ]
0 commit comments