Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler committed Apr 11, 2019
1 parent 56a22af commit 73965da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include ez_setup.py
include README.rst
include activitysim\abm\test\data\mtc_asim.h5
include activitysim\abm\test\data\skims.omx
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
long_description=long_description,
packages=find_packages(exclude=['*.tests']),
include_package_data=True,
install_requires=[
'numpy == 1.15.4', # https://github.com/PyTables/PyTables/issues/719
'openmatrix >= 0.3.4.1',
Expand Down

0 comments on commit 73965da

Please sign in to comment.