Skip to content

Commit 80b400e

Browse files
committed
Merge pull request #224 from hmeine/master
rename README for GitHub to properly render it
2 parents 63acfe5 + ff1d328 commit 80b400e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
include AUTHORS
3-
include README.txt
3+
include README.md
44
include LICENSE.txt
55
include CHANGES.txt
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'Topic :: System :: Filesystems',
3434
]
3535

36-
with open('README.txt', 'r') as f:
36+
with open('README.md', 'r') as f:
3737
long_desc = f.read()
3838

3939

0 commit comments

Comments
 (0)