Restructured text for pypi
This commit is contained in:
parent
2e24452dfa
commit
bcb1bf901e
1411
README.rst
Normal file
1411
README.rst
Normal file
File diff suppressed because it is too large
Load Diff
4
setup.py
4
setup.py
@ -16,13 +16,13 @@ from os import path
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
# Get the long description from the README file
|
||||
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
name='dnc',
|
||||
|
||||
version='0.0.8',
|
||||
version='0.0.9',
|
||||
|
||||
description='Differentiable Neural Computer, for Pytorch',
|
||||
long_description=long_description,
|
||||
|
Loading…
Reference in New Issue
Block a user