-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (37 loc) · 1.19 KB
/
pyproject.toml
File metadata and controls
39 lines (37 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# (c) Crown copyright, Met Office. All rights reserved.
# The file LICENCE, distributed with this code, contains details of the terms
# under which the code may be used.
[project]
name = "shumlib"
# dynamic = ["version"]
version = "26.1.0"
description = "Set of libraries used by the Met Office Unified Model (UM)"
authors = [
{name = "Met Office", email = "enquiries@metoffice.gov.uk"},
]
maintainers = [
{name = "SSD Team", email = "umsysteam@metoffice.gov.uk"},
]
licence = { file = "../LICENCE" }
homepage = "https://metoffice.github.com/shumlib"
repository = "https://github.com/MetOffice/shumlib"
keywords = ["SHUM", "library"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: UM Developers",
"License :: OSI Approved :: BSD-3-Clause License",
"Programming Language :: Fortran, C",
]
requires-python = ">=3.11"
dependencies = [
"fortitude-lint == 0.7.5",
"cpplint == 2.0.2",
"sphinx == 8.2.3",
"sphinx-lint == 1.0.0",
"pydata-sphinx-theme == 0.16.1",
"sphinx-design == 0.6.1",
"sphinx-copybutton == 0.5.2",
"sphinx-lint == 1.0.0",
"sphinx-sitemap == 2.8.0",
"sphinxcontrib-svg2pdfconverter == 1.3.0"
]