From 4c989c079fbbd98239198ca29859672bde1eb7b4 Mon Sep 17 00:00:00 2001 From: Yi Cheng Date: Thu, 22 Apr 2021 12:02:01 -0700 Subject: [PATCH] fix --- python/setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/setup.py b/python/setup.py index ff906af692e1..2abffbfa182b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -21,6 +21,10 @@ logger = logging.getLogger(__name__) +""" +Fix a bug +""" + # Ideally, we could include these files by putting them in a # MANIFEST.in or using the package_data argument to setup, but the # MANIFEST.in gets applied at the very beginning when setup.py runs