From 0d63bc84ee84818042f2e16874d0c5077cfd91fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 18 Jan 2014 18:42:30 +0100 Subject: [PATCH] Rename kdedistutils => tdedistutils --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 473c0ec..b874833 100755 --- a/setup.py +++ b/setup.py @@ -16,11 +16,11 @@ ########################################################################### from distutils.core import Extension -import kdedistutils +import tdedistutils ########################################################################### def doit(): - kdedistutils.setup(name="guidance", + tdedistutils.setup(name="guidance", version="0.8.0", author="Simon Edwards", author_email="simon@simonzone.com",