From 2e460089f1290c036adf64cf93dd9ab223b4e1fa Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Tue, 23 Mar 2021 19:56:02 -0500 Subject: [PATCH] Fix frontend installation when without -e --- hpvm/projects/torch2hpvm/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hpvm/projects/torch2hpvm/setup.py b/hpvm/projects/torch2hpvm/setup.py index 7ed8b3b637..0c2a89fc19 100644 --- a/hpvm/projects/torch2hpvm/setup.py +++ b/hpvm/projects/torch2hpvm/setup.py @@ -7,6 +7,7 @@ setup( author="Yifan Zhao, Yuanjing Shi", author_email="yifanz16@illinois.edu, ys26@illinois.edu", packages=["torch2hpvm"], + package_data={"torch2hpvm": ["*.json", "*.cpp.in"]}, install_requires=[ "jinja2>=2.11", "networkx>=2.5", -- GitLab