mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creation
This commit is contained in:
parent
37541ea800
commit
47aa018a84
3 changed files with 54 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -8,7 +8,7 @@ setup(name='ansible',
|
|||
author='Michael DeHaan',
|
||||
author_email='michael.dehaan@gmail.com',
|
||||
url='http://github.com/mpdehaan/ansible/',
|
||||
license='MIT',
|
||||
license='GPLv3',
|
||||
package_dir = { 'ansible' : 'lib/ansible' },
|
||||
packages=[
|
||||
'ansible',
|
||||
|
@ -25,10 +25,10 @@ setup(name='ansible',
|
|||
'library/template',
|
||||
'library/git',
|
||||
]),
|
||||
('man/man1', [
|
||||
('/usr/share/man/man1', [
|
||||
'docs/man/man1/ansible.1'
|
||||
]),
|
||||
('man/man5', [
|
||||
('/usr/share/man/man5', [
|
||||
'docs/man/man5/ansible-modules.5',
|
||||
'docs/man/man5/ansible-playbook.5'
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue