Explorar el Código

use markdown instead of rest

Gerrit hace 7 años
padre
commit
03db2b9b2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Ver fichero

@@ -1,7 +1,7 @@
1 1
 import os
2 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 5
     README = readme.read()
6 6
 
7 7
 # allow setup.py to be run from any path

Loading…
Cancelar
Guardar