File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : d3d4dc7
2+ _commit : 3f79959
33_src_path : gh:scipp/copier_template
44description : Diffraction data reduction for the European Spallation Source
55max_python : ' 3.13'
Original file line number Diff line number Diff 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 ---------------------------------------------------
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=68 " ,
3+ " setuptools>=77 " ,
44 " setuptools_scm[toml]>=8.0" ,
55]
66build-backend = " setuptools.build_meta"
@@ -9,11 +9,11 @@ build-backend = "setuptools.build_meta"
99name = " essdiffraction"
1010description = " Diffraction data reduction for the European Spallation Source"
1111authors = [{ name = " Scipp contributors" }]
12- license = { file = " LICENSE" }
12+ license = " BSD-3-Clause"
13+ license-files = [" LICENSE" ]
1314readme = " README.md"
1415classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments