Skip to content

Commit

Permalink
updating references to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeah committed Apr 10, 2017
1 parent 9d529ab commit b0f2a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.md
recursive-include papertrail/templates *
recursive-include papertrail/templatetags *
recursive-include papertrail/migrations *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()

# allow setup.py to be run from any path
Expand Down

0 comments on commit b0f2a04

Please sign in to comment.