Panzerfather commited on
Commit
79ed317
·
unverified ·
1 Parent(s): 3e8ab2b

Fix README file link

Browse files

Correct to the right README file link to fix an error with make install

Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -6,7 +6,7 @@ try:
6
  except ImportError:
7
  from distutils.core import setup
8
 
9
- with open('README.rst') as readme_file:
10
  readme = readme_file.read()
11
 
12
  with open('LICENSE') as readme_file:
 
6
  except ImportError:
7
  from distutils.core import setup
8
 
9
+ with open('README.md') as readme_file:
10
  readme = readme_file.read()
11
 
12
  with open('LICENSE') as readme_file: