Skip to content

Commit

Permalink
Update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Dec 4, 2024
1 parent b2acfca commit 9cac178
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
# Note the order is intentional to avoid multiple passes of the hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graft docs
graft src
graft ci
graft tests
graft examples

include .bumpversion.cfg
include .cookiecutterrc
Expand All @@ -19,4 +20,5 @@ include CONTRIBUTING.rst
include LICENSE
include README.rst

recursive-exclude .devcontainer *
global-exclude *.py[cod] __pycache__/* *.so *.dylib *.DS_Store
6 changes: 3 additions & 3 deletions examples/washington.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"from laser_measles import Transmission\n",
"from laser_measles.generic import get_parameters\n",
"from laser_measles.generic import get_scenario\n",
"from laser_measles.utils import seed_infections_in_patch\n"
"from laser_measles.utils import seed_infections_in_patch"
]
},
{
Expand Down Expand Up @@ -52,7 +52,7 @@
"source": [
"seed_infections_in_patch(model, ipatch=13, ninfections=100)\n",
"\n",
"model.run()\n"
"model.run()"
]
},
{
Expand All @@ -61,7 +61,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.visualize(pdf=False)\n"
"model.visualize(pdf=False)"
]
}
],
Expand Down

0 comments on commit 9cac178

Please sign in to comment.