fix some comments and updated setup.py url and setup.cfg description-file

This commit is contained in:
Mohamed HAIDARA 2017-10-26 11:03:21 +02:00
parent 38c049d775
commit 222130578e
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ def clean_name(name):
class CustomDiagram(Digraph):
"""
Custom digraph to avoid quoting issue with node names. Nothing special here expect I put some double quotes around
Custom digraph to avoid quoting issue with node names. Nothing special here except I put some double quotes around
the node and edge names and overrided some methods.
"""
_edge = '\t"%s" -> "%s"%s'

View file

@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description-file = Readme.md
[bdist_wheel]
universal = 1

View file

@ -9,7 +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",
url="https://https://github.com/haidaraM/ansible-playbook-grapher",
url="https://github.com/haidaraM/ansible-playbook-grapher",
author="HAIDARA Mohamed El Mouctar",
author_email="elmhaidara@gmail.com",
license="MIT",