Skip to content

Commit

Permalink
readme rst again
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Feb 7, 2017
1 parent 1e7d8cc commit 9022b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = tensorpack
author = TensorPack contributors
author-email = ppwwyyxxc@gmail.com
description = Neural Network Toolbox on TensorFlow
url = https://github.com/ppwwyyxx/tensorpack
keywords = tensorflow, deep learning, neural network
license = Apache
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# produce rst readme for pypi
try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
long_description = pypandoc.convert_file('README.md', 'rst')
except ImportError:
long_description = open('README.md').read()

Expand Down Expand Up @@ -54,6 +54,7 @@

setup(
version=__version__,
description='Neural Network Toolbox on TensorFlow',
long_description=long_description,
install_requires=req,
tests_require=['flake8'],
Expand Down

0 comments on commit 9022b30

Please sign in to comment.