Update README

This commit is contained in:
luxick
2017-04-17 17:02:55 +02:00
parent b7ee25d224
commit aae3308e62
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from cardvault import util from cardvault import util
try: try:
LONG_DESCRIPTION = open("README.rst").read() LONG_DESCRIPTION = open("README.md").read()
except IOError: except IOError:
LONG_DESCRIPTION = __doc__ LONG_DESCRIPTION = __doc__