Skip to content

Commit

Permalink
Merge pull request #332 from econ-ark/txt-file-fix
Browse files Browse the repository at this point in the history
Fix datafile packaging issue
  • Loading branch information
shaunagm authored Jun 26, 2019
2 parents 62be33c + c2b09f2 commit 4780d25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@
#
# If using Python 2.6 or earlier, then these have to be included in
# MANIFEST.in as well.
include_package_data=True,
package_data={ # Optional
'HARK.SolvingMicroDSOPs': ['SCFdata.csv'],
'HARK.SolvingMicroDSOPs.Calibration': ['SCFdata.csv'],
'HARK.cstwMPC': [
'EducMortAdj.txt',
'SCFwealthDataReduced.txt',
Expand Down

0 comments on commit 4780d25

Please sign in to comment.