Ensure README.rst is zipped up into sdist

This commit is contained in:
sneakypete81 2013-07-09 21:25:58 +01:00
parent 8a187012e1
commit ce1d10ee2a

View file

@ -33,6 +33,7 @@ setup(name='openphoto',
author='Pete Burgers, James Walker', author='Pete Burgers, James Walker',
url='https://github.com/photo/openphoto-python', url='https://github.com/photo/openphoto-python',
packages=['openphoto'], packages=['openphoto'],
data_files=['README.rst'],
keywords=['openphoto', 'pyopenphoto', 'openphoto-python', 'trovebox'], keywords=['openphoto', 'pyopenphoto', 'openphoto-python', 'trovebox'],
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',