Skip to content

Commit

Permalink
change README.md to README.rst in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Sep 22, 2017
1 parent 2ec70ba commit e604fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal=1

[metadata]
description-file =
README.md
README.rst

[bumpversion]
current_version = 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

here = path.abspath(path.dirname(__file__))

with open(path.join(here, 'README.md')) as f:
with open(path.join(here, 'README.rst')) as f:
readme = f.read()

requirements = [str(ir.req) for ir in parse_requirements('requirements.txt', session=PipSession())]
Expand Down

0 comments on commit e604fb3

Please sign in to comment.