Skip to content

Commit

Permalink
Fix readme extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vrachieru committed Oct 15, 2018
1 parent f0e5a55 commit 2499290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 find_packages, setup, Command

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

setup(
Expand Down

0 comments on commit 2499290

Please sign in to comment.