Make setup.py comply import conventions

This commit is contained in:
Kristóf Tóth 2018-05-10 17:09:34 +02:00
parent 34cadcf9b1
commit 9e454a83d0
1 changed files with 2 additions and 1 deletions

View File

@ -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__))