From: Vivien Maisonneuve Date: Sat, 23 Aug 2014 07:31:14 +0000 (+0200) Subject: Switch to setuptools X-Git-Tag: 1.0.1~5 X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/996195732e096c8f1c3c3db6263af895c66cfe4c?hp=37902ff90b8bfe94b10bd1a99ddd6e040cede027 Switch to setuptools --- 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: