Skip to content

Commit f619588

Browse files
SunPyBotCadair
andauthored
Updates from package template (#926)
* Update cruft with batchpr * Update MANIFEST.in --------- Co-authored-by: Stuart Mumford <stuart@cadair.com>
1 parent 4635994 commit f619588

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29",
3+
"commit": "4c4701e4fe00e17a18e36e189b2928cd69983264",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
3333
".github/workflows/sub_package_update.yml"
3434
],
3535
"_template": "https://github.com/sunpy/package-template",
36-
"_commit": "3d0ff5cac98c56196dbd1ba3e89703c2b7616e29"
36+
"_commit": "4c4701e4fe00e17a18e36e189b2928cd69983264"
3737
}
3838
},
3939
"directory": null

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
steps:
153153
- uses: Cadair/matrix-notify-action@main # zizmor: ignore[unpinned-uses]
154154
with:
155-
workflow_description: "CI Workflow"
155+
workflow_description: 'CI Workflow'
156156
matrix_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
157157
github_token: ${{ secrets.GITHUB_TOKEN }}
158158
homeserver: ${{ secrets.MATRIX_HOMESERVER }}

MANIFEST.in

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
33
exclude .codecov.yaml
44
exclude .mailmap
5+
exclude .readthedocs.yml
6+
exclude .coveragerc
7+
exclude .cruft.json
58
exclude .gitignore
9+
exclude .isort.cfg
610
exclude .pre-commit-config.yaml
7-
exclude .readthedocs.yml
11+
exclude .readthedocs.yaml
12+
exclude .rtd-environment.yml
13+
exclude .ruff.toml
814

915
# Prune folders
16+
prune .github
1017
prune build
11-
prune docs/_build
12-
prune docs/api
18+
prune changelog
1319
global-exclude *.pyc *.o
14-
1520
# This subpackage is only used in development checkouts
1621
# and should not be included in built tarballs
1722
prune ndcube/_dev

0 commit comments

Comments
 (0)