Skip to content

Commit 172d3ee

Browse files
committed
Add new oedb data directory to package
1 parent d4201fd commit 172d3ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def read(fname):
1515
license=None,
1616
packages=['windpowerlib'],
1717
package_data={
18-
'windpowerlib': [os.path.join('data', '*.csv')]},
18+
'windpowerlib': [os.path.join('data', '*.csv'),
19+
os.path.join('oedb', '*.csv')]},
1920
long_description=read('README.rst'),
2021
zip_safe=False,
2122
install_requires=['pandas >= 0.19.1, < 0.25',

0 commit comments

Comments
 (0)