Skip to content

Commit

Permalink
Update setup.py and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sharibarboza committed May 21, 2018
1 parent 17ba8d0 commit 86643dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md
include README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

def readme():
with open('README.md') as f:
with open('README.rst') as f:
return f.read()

setup(
Expand Down

0 comments on commit 86643dd

Please sign in to comment.