Skip to content

Commit

Permalink
fix pip install issue (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler authored Apr 23, 2021
1 parent 885f587 commit bcdc7b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include ez_setup.py
graft activitysim

2 changes: 1 addition & 1 deletion activitysim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ActivitySim
# See full license in LICENSE.txt.

__version__ = '0.9.9'
__version__ = '0.9.9.1'
__doc__ = 'Activity-Based Travel Modeling'
2 changes: 1 addition & 1 deletion activitysim/examples/example_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
data/land_use.csv

- name: example_sandag
description: test example for the SANDAG region
description: 580 zone (zones 500 to 1079 to include univ) example for the SANDAG region
# activitysim create -e example_sandag -d test_example_sandag
# cd test_example_sandag
# activitysim run -c configs -c configs_3_zone -c example_mtc/configs -d data -o output -s settings_mp.yaml
Expand Down

0 comments on commit bcdc7b6

Please sign in to comment.