Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Apply Copier template #43

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changes here will be overwritten by Copier

_commit: 0.1.50
_commit: 0.1.52
_src_path: [email protected]:neuromath/python-template.git
author_email: ''
author_name: Blue Brain Project, EPFL
copyright_license: Apache License 2.0
copyright_year: '2022'
copyright_year: '2023'
distribution_name: dir-content-diff
download_url: https://github.com/BlueBrain/dir-content-diff
init_git: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
fail_ci_if_error: false
directory: ./reports
flags: pytest
name: "dir-content-diff-py${{ matrix.python-version }}"
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
- name: Upload test artifacts
uses: actions/upload-artifact@v3
if: always()
with:
name: tests-${{ matrix.python-version }}
name: tests-${{ matrix.python-version }}-${{ matrix.min_versions }}
retention-days: 4
path: |
.tox/py*/tmp
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 Blue Brain Project, EPFL
Copyright 2023 Blue Brain Project, EPFL

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ Board of the Swiss Federal Institutes of Technology.

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

Copyright © 2021-2022 Blue Brain Project/EPFL
Copyright © 2021-2023 Blue Brain Project/EPFL
Loading