Skip to content

Commit

Permalink
We now have README.rst instead of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Dec 17, 2015
1 parent e7809ba commit 76b0026
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,7 +1,7 @@
include *.py
include CHANGELOG
include LICENSE
include README.md
include README.rst
include requirements*.txt
recursive-include tests *py *sh
include docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
py_modules=['flexmock'],
description='flexmock is a testing library for Python that makes it easy to create mocks,'
'stubs and fakes.',
long_description=codecs.open('README.md', encoding='utf8').read(),
long_description=codecs.open('README.rst', encoding='utf8').read(),
keywords='flexmock mock stub test unittest pytest nose',
classifiers=[
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 76b0026

Please sign in to comment.