Moving to RST to be more pythonic

This commit is contained in:
Isaac Bythewood
2013-09-25 23:50:30 +00:00
parent 0a9a277065
commit f835018bb6
6 changed files with 84 additions and 69 deletions

View File

@@ -29,7 +29,7 @@ setup(
keywords="django tiling board tag share images pictures videos webpages",
url="http://getpinry.com/",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
long_description=read('README.md'),
long_description=read('README.rst'),
dependency_links=dependency_links,
tests_require=['mock', 'factory-boy>=1.3,<2.0'],
install_requires=install_requires,