add long_description to the setup.py and update readme

This commit is contained in:
Mohamed HAIDARA 2017-11-09 14:49:28 +01:00
parent 0b824f6307
commit 9e6a3fba7e
2 changed files with 2 additions and 1 deletions

View file

@ -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).

View file

@ -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",