Skip to content

Commit ff1d328

Browse files
committed
reflect README.md rename in MANIFEST.in/setup.py
1 parent cc33062 commit ff1d328

2 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

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)