From de249e64a3677f0681e06ad8eb2d062a168ff460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 24 Jun 2013 14:33:31 +0200 Subject: [PATCH] replaced distutils with setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f791323..516029a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- -from distutils.core import setup +from setuptools import setup setup( name='PySSTV',