From 996195732e096c8f1c3c3db6263af895c66cfe4c Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Sat, 23 Aug 2014 09:31:14 +0200 Subject: [PATCH 1/1] Switch to setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 257889b..a7d10e2 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with LinPy. If not, see . -from distutils.core import setup, Extension +from setuptools import setup, Extension with open('linpy/_version.py') as file: -- 2.20.1