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 bba0abf commit a0483ccCopy full SHA for a0483cc
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