File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44[build-system ]
55# Defined by PEP 518
6- requires = [" setuptools>=60 " ]
6+ requires = [" setuptools>=77.0.3 " ]
77# Defined by PEP 517
88build-backend = " setuptools.build_meta"
99
@@ -15,7 +15,6 @@ classifiers = [
1515 " Development Status :: 4 - Beta" ,
1616 " Intended Audience :: Science/Research" ,
1717 " Operating System :: OS Independent" ,
18- " License :: OSI Approved :: BSD License" ,
1918 " Programming Language :: Python" ,
2019 " Programming Language :: Python :: 3" ,
2120 " Programming Language :: Python :: 3.10" ,
@@ -34,7 +33,8 @@ keywords = [
3433 " meteorology" ,
3534 " visualization" ,
3635]
37- license = {text = " BSD-3-Clause" }
36+ license = " BSD-3-Clause"
37+ license-files = [" LICENSE" ]
3838name = " tephi"
3939requires-python = " >=3.10"
4040dependencies = [" matplotlib" , " numpy" , " scipy" ]
You can’t perform that action at this time.
0 commit comments