Skip to content

Commit 6f55919

Browse files
committed
Copier update
1 parent 49e72e1 commit 6f55919

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
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: Reflectometry data reduction for the European Spallation Source
55
max_python: '3.13'

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ def do_not_plot(*args, **kwargs):
264264
linkcheck_ignore = [
265265
# Specific lines in Github blobs cannot be found by linkcheck.
266266
r'https?://github\.com/.*?/blob/[a-f0-9]+/.+?#',
267+
# Linkcheck seems to be denied access by some DOI resolvers.
268+
# Since DOIs are supposed to be permanent, we don't need to check them.'
269+
r'https://doi\.org/',
267270
]
268271

269272
# -- Options for Matplotlib in notebooks ----------------------------------

docs/index.md

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

2424
# {transparent}`ESSreflectometry`
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
Reflectometry data reduction for the European Spallation Source
2828
</br></br>
29-
</span>
29+
</div>
3030

3131
## Overview
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 = "essreflectometry"
1010
description = "Reflectometry 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)