diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index 8c54f59ed..835bc9def 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -42,6 +42,7 @@ interpolation for problems with CRRA utility. See [#888](https://github.com/econ * AgentType simulate() method now returns history. [#916](https://github.com/econ-ark/HARK/pull/916) * Rename DiscreteDistribution.drawDiscrete() to draw() * Update documentation and warnings around IncShkDstn [#955](https://github.com/econ-ark/HARK/pull/955) +* Adds csv files to `MANIFEST.in`. [957](https://github.com/econ-ark/HARK/pull/957) ### 0.10.8 diff --git a/MANIFEST.in b/MANIFEST.in index 4e4f908f2..36fe6d79b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ include setup.cfg # include data files recursive-include HARK/datasets/data *.txt +recursive-include HARK/datasets *.csv # except build files global-exclude *.pyc