diff --git a/python/setup.py b/python/setup.py index 4e4f7034f750..a135a6c41101 100644 --- a/python/setup.py +++ b/python/setup.py @@ -147,7 +147,7 @@ def is_pure(self): def get_package_data_files(): # Relay standard libraries - return ['relay/std/prelude.rly'] + return ['relay/std/prelude.rly', 'relay/std/core.rly'] setup(name='tvm',