Browse Source

use markdown instead of rest

Gerrit 7 years ago
parent
commit
03db2b9b2e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

1
 import os
1
 import os
2
 from setuptools import find_packages, setup
2
 from setuptools import find_packages, setup
3
 
3
 
4
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
4
+with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
5
     README = readme.read()
5
     README = readme.read()
6
 
6
 
7
 # allow setup.py to be run from any path
7
 # allow setup.py to be run from any path

Loading…
Cancel
Save