]> CRI, Mines Paris - PSL - linpy.git/blobdiff - setup.py
Switch to setuptools
[linpy.git] / setup.py
index 257889b6f57c070c8b6c55f05ffd456378e99b20..a7d10e2c58532a2de8496ffec9dda5e72c116258 100755 (executable)
--- 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 <http://www.gnu.org/licenses/>.
 
 # You should have received a copy of the GNU General Public License
 # along with LinPy.  If not, see <http://www.gnu.org/licenses/>.
 
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
 
 
 with open('linpy/_version.py') as file:
 
 
 with open('linpy/_version.py') as file: