Use setuptools if available.
This commit is contained in:
3
setup.py
3
setup.py
@@ -8,6 +8,9 @@
|
|||||||
# file, which you should have received as part of this distribution.
|
# file, which you should have received as part of this distribution.
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
try:
|
||||||
|
from setuptools import setup, Command
|
||||||
|
except ImportError:
|
||||||
from distutils.core import setup, Command
|
from distutils.core import setup, Command
|
||||||
# from ez_setup import use_setuptools
|
# from ez_setup import use_setuptools
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user