Renamed README for consistency

This commit is contained in:
Conr86
2019-06-22 16:58:53 +10:00
parent 32d381c261
commit 75457cdad8
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
with open('README.rst') as f:
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()