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

View File

@ -1,6 +1,7 @@
from setuptools import setup, find_packages
from os.path import dirname, realpath, join from os.path import dirname, realpath, join
from setuptools import setup, find_packages
here = dirname(realpath(__file__)) here = dirname(realpath(__file__))