Skip to content

Commit dd0032c

Browse files
Chore: Apply Copier template (#43)
[skip-changelog]
1 parent c3256dd commit dd0032c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changes here will be overwritten by Copier
22

3-
_commit: 0.1.50
3+
_commit: 0.1.52
44
_src_path: [email protected]:neuromath/python-template.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL
77
copyright_license: Apache License 2.0
8-
copyright_year: '2022'
8+
copyright_year: '2023'
99
distribution_name: dir-content-diff
1010
download_url: https://github.com/BlueBrain/dir-content-diff
1111
init_git: false

.github/workflows/run-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
fail_ci_if_error: false
7070
directory: ./reports
7171
flags: pytest
72-
name: "dir-content-diff-py${{ matrix.python-version }}"
72+
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
7373
- name: Upload test artifacts
7474
uses: actions/upload-artifact@v3
7575
if: always()
7676
with:
77-
name: tests-${{ matrix.python-version }}
77+
name: tests-${{ matrix.python-version }}-${{ matrix.min_versions }}
7878
retention-days: 4
7979
path: |
8080
.tox/py*/tmp

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 Blue Brain Project, EPFL
189+
Copyright 2023 Blue Brain Project, EPFL
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ Board of the Swiss Federal Institutes of Technology.
184184

185185
For license and authors, see `LICENSE.txt` and `AUTHORS.md` respectively.
186186

187-
Copyright © 2021-2022 Blue Brain Project/EPFL
187+
Copyright © 2021-2023 Blue Brain Project/EPFL

0 commit comments

Comments
 (0)