Explorar el Código

Fix readme.md for PyPi.

master
Trevor Irons hace 3 años
padre
commit
c57dda3252
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      python/setup.py

+ 1
- 1
python/setup.py Ver fichero

@@ -19,7 +19,7 @@ class InstallPlatlib(install):
19 19
         if self.distribution.has_ext_modules():
20 20
             self.install_lib = self.install_platlib
21 21
 
22
-with open("README.md", "r") as fh:
22
+with open("../README.md", "r") as fh:
23 23
     long_description = fh.read()
24 24
 
25 25
 setup(

Loading…
Cancelar
Guardar