Skip to content

Commit 11978f7

Browse files
committed
Copier update
1 parent c4aefdc commit 11978f7

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: d3d4dc7
2+
_commit: 3f79959
33
_src_path: gh:scipp/copier_template
44
description: Diffraction data reduction for the European Spallation Source
55
max_python: '3.13'

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,10 @@ def do_not_plot(*args, **kwargs):
275275
# Confluence requires login
276276
r"https?://confluence.ess.eu",
277277
# This returns '403 Forbidden' but the link works in a browser.
278-
"https://doi.org/10.3233/JNR-220049",
279-
# This returns '403 Forbidden' but the link works in a browser.
280278
"https://www.sciencedirect.com/science/article/pii/S2773183922000374",
279+
# Linkcheck seems to be denied access by some DOI resolvers.
280+
# Since DOIs are supposed to be permanent, we don't need to check them.'
281+
r'https://doi\.org/',
281282
]
282283

283284
# -- Options for bibtex ---------------------------------------------------

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
# {transparent}`ESSdiffraction`
2525

26-
<span style="font-size:1.2em;font-style:italic;color:var(--pst-color-text-muted)">
26+
<div style="font-size:1.2em;font-style:italic;color:var(--pst-color-text-muted);text-align:center;">
2727
Diffraction data reduction for the European Spallation Source
2828
</br></br>
29-
</span>
29+
</div>
3030

3131
## Quick links
3232

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=68",
3+
"setuptools>=77",
44
"setuptools_scm[toml]>=8.0",
55
]
66
build-backend = "setuptools.build_meta"
@@ -9,11 +9,11 @@ build-backend = "setuptools.build_meta"
99
name = "essdiffraction"
1010
description = "Diffraction data reduction for the European Spallation Source"
1111
authors = [{ name = "Scipp contributors" }]
12-
license = { file = "LICENSE" }
12+
license = "BSD-3-Clause"
13+
license-files = ["LICENSE"]
1314
readme = "README.md"
1415
classifiers = [
1516
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: BSD License",
1717
"Natural Language :: English",
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)