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>=80" , " wheel" , " setuptools_scm>=8 " ]
2+ requires = [" setuptools>=80" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
5-
65[project ]
76name = " metocean-api"
87description = " metocean-api - Tool to extract time series of metocean data from hindcasts/reanalysis"
98readme = " README.md"
10- license = {file = " LICENSE" }
9+ license = " MIT"
10+ license-files = [" LICENSE" ]
1111requires-python = " >=3.11"
12-
1312authors = [{ name = " Konstantinos Christakos" }]
14-
1513version = " 1.1.14"
1614
1715dependencies = [
@@ -31,14 +29,9 @@ dependencies = [
3129Homepage = " https://github.com/MET-OM/metocean-api"
3230Repository = " https://github.com/MET-OM/metocean-api"
3331
34- [tool .setuptools ]
35- license-files = []
36-
37- [tool .setuptools_scm ]
38- write_to = " metocean_api/_version.py"
32+ [tool .setuptools .packages .find ]
33+ include = [" metocean_api*" ]
34+ exclude = [" cache*" ]
3935
4036[tool .black ]
4137line-length = 150
42-
43-
44-
You can’t perform that action at this time.
0 commit comments