Skip to content

Commit dcc4e60

Browse files
committed
feat: version 0.6.1
1 parent 51985e7 commit dcc4e60

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools>=77.0.3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66

77
name = "seasenselib"
8-
version = "0.6.0"
8+
version = "0.6.1"
99
description = "Read, convert, and plot oceanographic sensor data."
1010
readme = "README.md"
1111
requires-python = ">=3.9"
12-
license = { file = "LICENSE" }
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314

1415
authors = [
1516
{ name = "Yves Sorge" },
16-
{ name = "Eleanor Frajka-Williams" },
17-
{ name = "Isabelle Schmitz" },
17+
{ name = "Eleanor Frajka-Williams" }
1818
]
1919

2020
maintainers = [
@@ -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

4342
keywords = [

0 commit comments

Comments
 (0)