mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 14:14:19 +00:00
add long_description to the setup.py and update readme
This commit is contained in:
parent
0b824f6307
commit
9e6a3fba7e
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Ansible Playbook Grapher
|
||||
|
||||
ansible-playbook-grapher is a command line tool to create a graph representing your Ansible playbook tasks and roles. The aim of
|
||||
[ansible-playbook-grapher](https://github.com/haidaraM/ansible-playbook-grapher) is a command line tool to create a graph representing your Ansible playbook tasks and roles. The aim of
|
||||
this project is to quickly have an overview of your playbook.
|
||||
|
||||
Inspired by [Ansible Inventory Grapher](https://github.com/willthames/ansible-inventory-grapher).
|
||||
|
|
1
setup.py
1
setup.py
|
@ -9,6 +9,7 @@ except:
|
|||
setup(name="ansible-playbook-grapher",
|
||||
version=__version__,
|
||||
description="A command line tool to create a graph representing your Ansible playbook tasks and roles",
|
||||
long_description=long_description,
|
||||
url="https://github.com/haidaraM/ansible-playbook-grapher",
|
||||
author="HAIDARA Mohamed El Mouctar",
|
||||
author_email="elmhaidara@gmail.com",
|
||||
|
|
Loading…
Reference in a new issue