]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Fix import in setup.py
authorRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:25:44 +0000 (07:25 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:25:44 +0000 (07:25 +0200)
setup.py

index 0dbf14ca2cb7a21554ac333975ce11191d047eca..56b0709678f7e51f31aa42cd8069885ff767a431 100644 (file)
--- 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__))