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