From 2a5cfe52dac9e8f3a5d03e99fbd1c7579ceef415 Mon Sep 17 00:00:00 2001 From: Akimasa KIMURA Date: Thu, 16 Feb 2017 11:35:11 +0900 Subject: [PATCH] Update --- README.rst | 9 +++++---- setup.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 08a719e..966b9ef 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ + tfgraphviz -======== +================ Simple graphviz wrapper to visualize a graph like TensorBoard @@ -15,7 +16,7 @@ Installation Use pip to install: -.. code:: bash +.. code-block:: bash $ pip install tfgraphviz @@ -24,7 +25,7 @@ The only dependency is Graphviz. Quickstart ---------- -.. code:: python +.. code-block:: bash import tensorflow as tf import tfgraphviz as tfg @@ -37,4 +38,4 @@ Quickstart License ------- -This package is distributed under the MIT license. \ No newline at end of file +This package is distributed under the MIT license. diff --git a/setup.py b/setup.py index f9846b5..54696b9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name = 'tfgraphviz', - version = '0.0.1', + version = '0.0.0', description = 'Simple graphviz wrapper to visualize a graph like TensorBoard', long_description = long_description, license = 'MIT',