Include c_api.h in the tensorflow sdist. (#114)

Also bumps up the version of the 'tensorflow' package to 0.1.0.1.
This commit is contained in:
Judah Jacobson 2017-05-10 16:50:35 -07:00 committed by GitHub
parent aa9efa3aa1
commit a7a2be2110
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: tensorflow
version: 0.1.0.0
version: 0.1.0.1
synopsis: TensorFlow bindings.
description:
This library provides an interface to the TensorFlow
@ -19,6 +19,7 @@ copyright: Google Inc.
category: Machine Learning
build-type: Simple
cabal-version: >=1.22
extra-source-files: third_party/tensorflow/c/c_api.h
library
hs-source-dirs: src