distutils' requires parameter doesn't work with setuptools. Use
setuptools' instal_requires instead
This commit is contained in:
parent
0fefab6651
commit
17f134ca02
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from glob import glob
|
|||
|
||||
sys.path.insert(0, os.path.abspath('lib'))
|
||||
from ansible import __version__, __author__
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
# find library modules
|
||||
from ansible.constants import DEFAULT_MODULE_PATH
|
||||
|
|
Loading…
Reference in a new issue