Skip to content

Commit

Permalink
Fix local installations
Browse files Browse the repository at this point in the history
Previously we were overwriting the changes made by setuptools
  • Loading branch information
eric-wieser committed Dec 9, 2019
1 parent 7b66c07 commit 9888f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9888f1b

Please sign in to comment.