[DEBUG] wrong include file

This commit is contained in:
Edouard DUPIN 2019-08-28 23:18:30 +02:00
parent 981eff73ea
commit 2caa0eb792

View File

@ -12,7 +12,7 @@ from setuptools import setup
import os
def readme():
with open('README.rst') as f:
with open('README.md') as f:
return f.read()
def read_version_file():