Skip to content

Commit c9a38c5

Browse files
author
Matt Terry
committed
chore: update MANIFEST.in to reflect changes to filenames
Looks like the .rst files got converted to .md, but MANIFEST.in wasn't updated. This also fixes the sdist, since setup.py expects README.md & CONTRIBUTING.md to be in the source tarball. closes #437
1 parent 2c0374a commit c9a38c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
include CHANGES.rst
2-
include CONTRIBUTING.rst
3-
include README.rst
1+
include CHANGES.md
2+
include CONTRIBUTING.md
3+
include README.md
44
include LICENSE
55
include MANIFEST.in
66
exclude .gitignore

0 commit comments

Comments
 (0)