Skip to content

Commit d8b50a4

Browse files
Merge pull request #22 from easyscience/develop
Release: merge develop into master
2 parents 7cd5a4c + d78ff7c commit d8b50a4

39 files changed

Lines changed: 1004 additions & 3629 deletions

.badgery.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ cards:
55
- group: Tests
66
type: gh_action
77
title: Code/package tests (GitHub)
8-
file: test.yaml
8+
file: test.yml
99
enabled: true
10-
1110
- group: Tests
1211
type: gh_action
1312
title: Tutorial tests (GitHub)
14-
file: tutorial-tests.yaml
13+
file: tutorial-tests.yml
1514
enabled: true
1615

1716
- group: Tests
1817
type: gh_action
1918
title: Package tests (PyPI)
20-
file: pypi-test.yaml
19+
file: pypi-test.yml
2120
enabled: true
2221

2322
- group: Code Quality
@@ -60,15 +59,14 @@ cards:
6059
title: Docstring coverage (interrogate)
6160
report: reports/{branch}/coverage-docstring.txt
6261
enabled: true
63-
6462
- group: Build & Release
6563
type: gh_action
6664
title: Publishing (PyPI)
67-
workflow: pypi-publish.yaml
65+
workflow: pypi-publish.yml
6866
enabled: true
6967

7068
- group: Build & Release
7169
type: gh_action
7270
title: Docs build/deployment
73-
workflow: docs.yaml
71+
workflow: docs.yml
7472
enabled: true

.copier-answers.lib.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# WARNING: Do not edit this file manually.
22
# Any changes will be overwritten by Copier.
3-
_commit: v0.4.0
4-
_src_path: gh:easyscience/templates-shared
3+
_commit: 185e6d8
4+
_src_path: gh:easyscience/templates
5+
app_docs_url: https://easyscience.github.io/peasy-app
6+
app_doi: 10.5281/zenodo.18163581
7+
app_package_name: easypeasy_app
8+
app_python: '3.13'
9+
app_repo_name: peasy-app
10+
lib_docs_url: https://easyscience.github.io/peasy-lib
11+
lib_doi: 10.5281/zenodo.18163581
12+
lib_package_name: easypeasy
13+
lib_python_max: '3.13'
14+
lib_python_min: '3.11'
15+
lib_repo_name: peasy-lib
516
project_contact_email: support@easypeasy.org
617
project_copyright_years: 2021-2026
718
project_extended_description: For performing imaginary calculations based on a theoretical
@@ -11,3 +22,5 @@ project_name: EasyPeasy
1122
project_repo_name: peasy
1223
project_short_description: Imaginary data analysis
1324
project_shortcut: EP
25+
project_type: both
26+
template_type: lib
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)