From 6cb9db6ff3f9b01ba8f35586e7222afb23f8e673 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 1 Mar 2018 23:18:07 +0330 Subject: [PATCH] fix : replace disutils with setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df827914..68e86657 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from distutils.core import setup +from setuptools import setup setup( name = 'opem', packages = ['opem','opem.Static','opem.Dynamic'],