1
0
Kaynağa Gözat

FIX setup.py

boyska 3 yıl önce
ebeveyn
işleme
a2f23a5bfb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@
 
 from setuptools import setup, find_packages
 
-with open('README.rst') as readme_file:
+with open("README.md") as readme_file:
     readme = readme_file.read()
 
 with open('HISTORY.rst') as history_file: