Skip to content

Commit

Permalink
re-add accidentally removed package data
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed May 30, 2018
1 parent d5edbbd commit 8cd1c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ def read(fname):
packages=find_packages(),
install_requires=['numpy >= 1.7.0, <= 1.14.3',
'pandas >= 0.18.0, <= 0.23'],
package_data={
'demandlib': [os.path.join('bdew_data', '*.csv')],
'demandlib.examples': ['*.csv']},
)

0 comments on commit 8cd1c8e

Please sign in to comment.