From 0e3bcf15cc000b15d204ed84e752a51e61b40684 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Thu, 17 Dec 2020 10:14:49 -0800 Subject: [PATCH] forgot to copy critical imports --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcc6ac6e..7bd668b5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,8 @@ #!/usr/bin/env python from setuptools import find_packages from distutils.core import setup - +import os +import re this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, 'README.md')) as f: