Skip to content
Snippets Groups Projects
Commit cc049e32 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed an installation issue that misses some files

parent 992a8321
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Evan-Zhao/predictive-tuner",
packages=["predtuner"],
packages=setuptools.find_packages(),
package_data={
"predtuner.approxes": ["default_approx_params.json"]
},
include_package_data=True,
install_requires=[
"matplotlib>=3.3",
"networkx>=2.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment