From cde758cf734319008cfc139fe263e017d541b822 Mon Sep 17 00:00:00 2001 From: Tal Kain Date: Thu, 5 Feb 2015 13:06:49 +0200 Subject: [PATCH] Replaced distutils with setuptools in order to be able to use 'pip uninstall' Signed-off-by: Tal Kain --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cf95aa..37ff6cd 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup, Extension +from setuptools import setup, Extension setup(name='python-pytun', author='montag451',