mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 10:20:39 +01:00
Moving to RST to be more pythonic
This commit is contained in:
2
setup.py
2
setup.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user