diff --git a/setup.py b/setup.py index 18edb17..250a9fb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import pathlib from setuptools import setup from setuptools.dist import Distribution - +import os # The directory containing this file HERE = pathlib.Path(__file__).parent