File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0 " , " wheel" ]
2+ requires = [" setuptools>=77.0.3 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66
77name = " seasenselib"
8- version = " 0.6.0 "
8+ version = " 0.6.1 "
99description = " Read, convert, and plot oceanographic sensor data."
1010readme = " README.md"
1111requires-python = " >=3.9"
12- license = { file = " LICENSE" }
12+ license = " MIT"
13+ license-files = [" LICENSE" ]
1314
1415authors = [
1516 { name = " Yves Sorge" },
16- { name = " Eleanor Frajka-Williams" },
17- { name = " Isabelle Schmitz" },
17+ { name = " Eleanor Frajka-Williams" }
1818]
1919
2020maintainers = [
@@ -36,8 +36,7 @@ classifiers = [
3636 " Topic :: Software Development :: Libraries :: Python Modules" ,
3737 " Intended Audience :: Science/Research" ,
3838 " Intended Audience :: Developers" ,
39- " Natural Language :: English" ,
40- " License :: OSI Approved :: MIT License"
39+ " Natural Language :: English"
4140]
4241
4342keywords = [
You can’t perform that action at this time.
0 commit comments