Browse Source

fix readme path change

Guénaël Muller 7 years ago
parent
commit
4bde22aa1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py View File

@@ -4,7 +4,7 @@ import sys
4 4
 from setuptools import setup, find_packages
5 5
 
6 6
 here = os.path.abspath(os.path.dirname(__file__))
7
-with open(os.path.join(here, 'README.txt')) as f:
7
+with open(os.path.join(here, 'README.md')) as f:
8 8
     README = f.read()
9 9
 with open(os.path.join(here, 'CHANGES.txt')) as f:
10 10
     CHANGES = f.read()