Upate to use README.rst

This commit is contained in:
sneakypete81 2013-07-06 15:26:41 +01:00
parent 535bdc101b
commit ee5e505916

View file

@ -26,7 +26,7 @@ except ImportError:
setup(name='openphoto',
version=openphoto.__version__,
description='The official Python client library for Trovebox/OpenPhoto',
long_description=open("README.markdown").read(),
long_description=open("README.rst").read(),
author='Pete Burgers, James Walker',
url='https://github.com/openphoto/openphoto-python',
packages=['openphoto'],