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.
2 parents bba0abf + a0483cc commit 59719c4Copy full SHA for 59719c4
MANIFEST.in
setup.py
@@ -19,4 +19,5 @@
19
packages=["pyfeng"],
20
test_suite="tests",
21
install_requires=["numpy", "scipy"],
22
+ package_data={'pyfeng': ['data/*.xlsx']}
23
)
0 commit comments