|
|
|
@ -4,7 +4,6 @@
|
|
|
|
# for you, you should go through "make install" or "make RPMs"
|
|
|
|
# for you, you should go through "make install" or "make RPMs"
|
|
|
|
# for that, or manually copy modules over.
|
|
|
|
# for that, or manually copy modules over.
|
|
|
|
|
|
|
|
|
|
|
|
import glob
|
|
|
|
|
|
|
|
import os
|
|
|
|
import os
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
|
|
|
|
|
|
|
|
@ -19,6 +18,7 @@ setup(name='ansible',
|
|
|
|
author_email='michael.dehaan@gmail.com',
|
|
|
|
author_email='michael.dehaan@gmail.com',
|
|
|
|
url='http://ansible.github.com/',
|
|
|
|
url='http://ansible.github.com/',
|
|
|
|
license='GPLv3',
|
|
|
|
license='GPLv3',
|
|
|
|
|
|
|
|
install_requires=['paramiko', 'jinja2', "PyYAML"],
|
|
|
|
package_dir={ 'ansible': 'lib/ansible' },
|
|
|
|
package_dir={ 'ansible': 'lib/ansible' },
|
|
|
|
packages=[
|
|
|
|
packages=[
|
|
|
|
'ansible',
|
|
|
|
'ansible',
|
|
|
|
|