summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2720cd5..c7a8b83 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include AUTHORS
-include README.txt
+include README.md
include LICENSE.txt
include CHANGES.txt \ No newline at end of file
diff --git a/setup.py b/setup.py
index 315de5e..92c405c 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ classifiers = [
'Topic :: System :: Filesystems',
]
-with open('README.txt', 'r') as f:
+with open('README.md', 'r') as f:
long_desc = f.read()