Skip to content

Commit

Permalink
change references from README.md to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Sep 8, 2010
1 parent 1ea8aac commit c9cc893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include AUTHORS
include LICENSE
include README.md
include README.rst
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup

long_description = open('README.md').read()
long_description = open('README.rst').read()

setup(
name='django-mediasync',
Expand Down

0 comments on commit c9cc893

Please sign in to comment.