Skip to content

Commit

Permalink
setup: Document the update process for Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Apr 1, 2022
1 parent 83b4c94 commit 9e72440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
readme = f.read()

# Ensure Bootstrap
# Important: when you update the Bootstrap version, make sure to also update the
# hardcoded included files and versions in:
# - MANIFEST.in
# - mesa/visualization/templates/modular_template.html
bootstrap_version = "3.3.7"
bootstrap_dir = f"bootstrap-{bootstrap_version}"
template_dir = "mesa/visualization/templates"
Expand Down

0 comments on commit 9e72440

Please sign in to comment.