From 9888f1bb51f239c56b9003d83d7489ba6f9f80a8 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Sun, 8 Dec 2019 22:41:01 +0000 Subject: [PATCH] Fix local installations Previously we were overwriting the changes made by setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e049458..2044261 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages import subprocess -from distutils.command.install import install +from setuptools.command.install import install from distutils.command.build import build from os import path import os