@@ -3,7 +3,8 @@ requires = [
33 " Cython>=0.29" ,
44 " oldest-supported-numpy ; python_version < '3.9'" ,
55 " numpy>=2.0.0rc1 ; python_version >= '3.9'" ,
6- " setuptools>=61" , " setuptools_scm[toml]>=3.4"
6+ " setuptools>=77.0.1" ,
7+ " setuptools_scm[toml]>=3.4" ,
78]
89build-backend = " setuptools.build_meta"
910
@@ -18,7 +19,8 @@ keywords = [
1819 " numpy" , " netcdf" , " data" , " science" , " network" , " oceanography" ,
1920 " meteorology" , " climate" ,
2021]
21- license = {text = " MIT" }
22+ license = " MIT"
23+ license-files = [" LICENSE" ]
2224classifiers = [
2325 " Development Status :: 3 - Alpha" ,
2426 " Programming Language :: Python :: 3" ,
@@ -28,7 +30,6 @@ classifiers = [
2830 " Programming Language :: Python :: 3.12" ,
2931 " Programming Language :: Python :: 3.13" ,
3032 " Intended Audience :: Science/Research" ,
31- " License :: OSI Approved :: MIT License" ,
3233 " Topic :: Software Development :: Libraries :: Python Modules" ,
3334 " Topic :: System :: Archiving :: Compression" ,
3435 " Operating System :: OS Independent" ,
0 commit comments