From de72082d01e5be092e930deaad0feb0e13433ebe Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Aug 2017 23:26:19 +0300 Subject: Dang Debian build magic insists on running setup.py with python2, and that breaks, because there's no python2 version of slog. maybe this'll do? --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f712359..6187a64 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,11 @@ from distutils.core import setup, Extension import glob -import ick2 +import ick2version setup( name='ick2', - version=ick2.__version__, + version=ick2version.__version__, description='CI server', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1