Commit 17f134ca by Toshio Kuratomi

distutils' requires parameter doesn't work with setuptools. Use

setuptools' instal_requires instead
parent 0fefab66
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment