Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekiiest authored Jun 19, 2018
1 parent 85fd789 commit 6aeea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
to='rst',
outputfile='README.rst')
except(IOError, ImportError):
_long_description = open('README.md').read()
_long_description = open('README.rst').read()

open('doc.txt', 'w').write(_long_description)

Expand Down

0 comments on commit 6aeea70

Please sign in to comment.