We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4201fd commit 172d3eeCopy full SHA for 172d3ee
setup.py
@@ -15,7 +15,8 @@ def read(fname):
15
license=None,
16
packages=['windpowerlib'],
17
package_data={
18
- 'windpowerlib': [os.path.join('data', '*.csv')]},
+ 'windpowerlib': [os.path.join('data', '*.csv'),
19
+ os.path.join('oedb', '*.csv')]},
20
long_description=read('README.rst'),
21
zip_safe=False,
22
install_requires=['pandas >= 0.19.1, < 0.25',
0 commit comments