From: Raphael Michel Date: Tue, 16 Oct 2018 05:25:44 +0000 (+0200) Subject: Fix import in setup.py X-Git-Tag: 1.0.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3c93916d49351753c1802787b16c7f55f302cd1;p=thirdparty%2Fpython-drafthorse.git Fix import in setup.py --- diff --git a/setup.py b/setup.py index 0dbf14c..56b0709 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from os import path from setuptools import find_packages, setup -from sepadd import version +from drafthorse import version here = path.abspath(path.dirname(__file__))