diff --git a/setup.py b/setup.py index 01e30f0..a5595ca 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ -from setuptools import setup, find_packages from os.path import dirname, realpath, join +from setuptools import setup, find_packages + here = dirname(realpath(__file__))