diff --git a/README.md b/README.md index 47e671e..67cca92 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ADNC [![Build Status](https://travis-ci.org/joergfranke/ADNC.svg?branch=master)](https://travis-ci.org/joergfranke/ADNC) -[![Python](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-365/) -[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8-yellow.svg)](https://www.tensorflow.org/) -[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0) +[![Python](https://img.shields.io/badge/python-3.6+-yellow.svg)](https://www.python.org/downloads/release/python-365/) +[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8+-yellow.svg)](https://www.tensorflow.org/) + A Differentiable Neural Computer (DNC) implementation with advancements for a more robust and scalable usage. It diff --git a/setup.py b/setup.py index b6cfd31..c3ca153 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== - import shutil from distutils.core import setup from setuptools import find_packages