mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 14:14:19 +00:00
fix some comments and updated setup.py url and setup.cfg description-file
This commit is contained in:
parent
38c049d775
commit
222130578e
3 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[metadata]
|
||||
description-file = README.md
|
||||
description-file = Readme.md
|
||||
|
||||
[bdist_wheel]
|
||||
universal = 1
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue