Skip to content

Commit 7d69798

Browse files
authored
Merge pull request #27 from openscm/update-copier
Update copier
2 parents f9d4839 + 372c5f0 commit 7d69798

File tree

6 files changed

+31
-6
lines changed

6 files changed

+31
-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: v0.10.0
2+
_commit: v0.10.2
33
_src_path: gl:znicholls/copier-core-python-repository
44
conda_release: false
55

.github/workflows/install-pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
- name: Run tests
7272
run: |
7373
# Can't run doctests here because the paths are different.
74-
# This also only runs with minimum test dependencies.
74+
# This only runs with minimum test dependencies installed.
7575
# So this is really just a smoke test,
7676
# rather than a super thorough integration test.
77+
# You will have to make sure that your tests run
78+
# without all the extras installed for this to pass.
7779
pytest tests -r a -vv tests
7880
- name: Install all test dependencies
7981
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ For the rest of our developer docs, please see [development][development].
134134
## Original template
135135

136136
This project was generated from this template:
137-
[copier core python repository](https://gitlab.com/znicholls/copier-core-python-repository).
137+
[copier core python repository](https://gitlab.com/openscm/copier-core-python-repository).
138138
[copier](https://copier.readthedocs.io/en/stable/) is used to manage and
139139
distribute this template.

changelog/27.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update copier template used

pdm.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,30 @@ dependencies = [
1414
]
1515
readme = "README.md"
1616
classifiers = [
17+
# Full list: https://pypi.org/classifiers/
18+
"Development Status :: 4 - Beta",
19+
"Intended Audience :: Science/Research",
1720
"License :: OSI Approved :: BSD License",
21+
"Natural Language :: English",
22+
"Operating System :: OS Independent",
23+
"Programming Language :: Python",
24+
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3 :: Only",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Typing :: Typed",
1832
]
1933

34+
[project.urls]
35+
Homepage = "https://continuous-timeseries.readthedocs.io"
36+
Documentation = "https://continuous-timeseries.readthedocs.io"
37+
Changelog = "https://continuous-timeseries.readthedocs.io/en/stable/changelog"
38+
Repository = "https://github.com/openscm/continuous-timeseries"
39+
Issues = "https://github.com/openscm/continuous-timeseries/issues"
40+
2041
[project.optional-dependencies]
2142
pandas = [
2243
"pandas>=2.0.0",
@@ -255,6 +276,7 @@ authorized_licenses = [
255276
"Apache License, Version 2.0",
256277
"CMU License (MIT-CMU)",
257278
"Historical Permission Notice and Disclaimer (HPND)",
279+
"isc",
258280
"isc license",
259281
"isc license (iscl)",
260282
"gnu lgpl",

0 commit comments

Comments
 (0)