Skip to content

Commit

Permalink
Add csv's to MANIFEST.in (#957)
Browse files Browse the repository at this point in the history
* Add csv's to manifest

* Update CHANGELOG.md

* Update MANIFEST.in
  • Loading branch information
Mv77 authored Feb 21, 2021
1 parent b85afd2 commit c6b3b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6b3b22

Please sign in to comment.