Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 21, 2020
1 parent 807aa5f commit 696e521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
with open(path.join(here, 'README.md'), "r") as readme:
long_description = readme.read()

NAME = 'famafrench'

Expand Down

0 comments on commit 696e521

Please sign in to comment.