From b3c93916d49351753c1802787b16c7f55f302cd1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 16 Oct 2018 07:25:44 +0200 Subject: [PATCH] Fix import in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)) -- 2.47.3