setup correction
This commit is contained in:
parent
9a15b55706
commit
e8820667f0
3
setup.py
3
setup.py
@ -35,15 +35,14 @@ setupOpts = dict(
|
||||
|
||||
|
||||
import distutils.dir_util
|
||||
from distutils.command import build
|
||||
import os, sys, re
|
||||
try:
|
||||
import setuptools
|
||||
from setuptools import setup
|
||||
from setuptools.command import build
|
||||
from setuptools.command import install
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
from distutils.command import build
|
||||
from distutils.command import install
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user