update boilerplate

This commit is contained in:
Joerg Franke 2018-06-20 23:53:53 +02:00
parent fbb875f02c
commit 26e178d776
2 changed files with 3 additions and 4 deletions

View File

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

View File

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