Skip to content

Commit 4eea54a

Browse files
authored
Merge pull request #261 from AdrianVollmer/patch-1
2 parents 9a0666e + b1f0ddf commit 4eea54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def version():
2525
packages=['livereload', 'livereload.management.commands'],
2626
description='Python LiveReload is an awesome tool for web developers',
2727
long_description_content_type='text/x-rst',
28-
long_description=fread('README.rst'),
28+
long_description=fread('README.md'),
2929
entry_points={
3030
'console_scripts': [
3131
'livereload = livereload.cli:main',

0 commit comments

Comments
 (0)