Skip to content

Commit 610f74d

Browse files
ESS-3438 Update and reformat pyproject
1 parent 7308010 commit 610f74d

1 file changed

Lines changed: 24 additions & 25 deletions

File tree

pyproject.toml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,32 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "datareservoirio"
7-
authors = [
8-
{ name="4Subsea", email="support@4subsea.com" }
9-
]
7+
authors = [{ name = "4Subsea", email = "support@4subsea.com" }]
108
dynamic = ["version"]
119
description = "DataReservoir.io Python API"
1210
readme = "README.rst"
13-
license = { file="LICENSE" }
14-
requires-python = ">3.10"
11+
license = { file = "LICENSE" }
12+
requires-python = ">3.11"
1513
classifiers = [
16-
"Development Status :: 5 - Production/Stable",
17-
"License :: OSI Approved :: MIT License",
18-
"Operating System :: OS Independent",
19-
"Programming Language :: Python :: 3.10",
20-
"Programming Language :: Python :: 3.11",
21-
"Programming Language :: Python :: 3.12",
14+
"Development Status :: 5 - Production/Stable",
15+
"License :: OSI Approved :: MIT License",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
2220
]
2321
dependencies = [
24-
"numpy",
25-
"oauthlib",
26-
"pandas",
27-
"pyarrow",
28-
"requests",
29-
"requests-oauthlib",
30-
"importlib_resources",
31-
"opencensus-ext-azure",
32-
"tenacity<8.5",
33-
"urllib3 > 2",
34-
"tqdm"
22+
"numpy",
23+
"oauthlib",
24+
"pandas",
25+
"pyarrow",
26+
"requests",
27+
"requests-oauthlib",
28+
"importlib_resources",
29+
"opencensus-ext-azure",
30+
"tenacity<8.5",
31+
"urllib3 > 2",
32+
"tqdm",
3533
]
3634

3735
[project.urls]
@@ -45,7 +43,7 @@ include = ["datareservoirio*"]
4543
namespaces = false
4644

4745
[tool.setuptools.dynamic]
48-
version = {attr = "datareservoirio.__version__"}
46+
version = { attr = "datareservoirio.__version__" }
4947

5048
[tool.pytest.ini_options]
5149
pythonpath = [".", "src"]
@@ -68,10 +66,11 @@ deps =
6866
6967
7068
[testenv:docs]
71-
basepython = python3.11
69+
basepython = python3.12
7270
commands = sphinx-build -W -b html -d {toxworkdir}/docs_doctree docs {toxworkdir}/docs_out
7371
deps =
7472
sphinx==5.3.0
7573
pydata-sphinx-theme==0.11.0
7674
myst_parser<2.0
77-
"""
75+
"""
76+

0 commit comments

Comments
 (0)