Bläddra i källkod

Fix readme.md for PyPi.

master
Trevor Irons 3 år sedan
förälder
incheckning
c57dda3252
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      python/setup.py

+ 1
- 1
python/setup.py Visa fil

@@ -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(

Laddar…
Avbryt
Spara