FIX setup.py

This commit is contained in:
boyska 2020-10-01 19:53:35 +02:00
parent 20e012b782
commit a2f23a5bfb

View file

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