Skip to content

Commit 6a3b056

Browse files
committed
Change MANIFEST.in static files from .rst to .md
1 parent 7ef6300 commit 6a3b056

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MANIFEST.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
include AUTHORS.md
2-
include CONTRIBUTING.md
3-
include HISTORY.md
1+
include AUTHORS.rst
2+
include CONTRIBUTING.rst
3+
include HISTORY.rst
44
include LICENSE
5-
include README.md
5+
include README.rst
66

77
recursive-include tests *
88
recursive-exclude * __pycache__
99
recursive-exclude * *.py[co]
1010

11-
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
11+
recursive-include docs *.md *.rst conf.py Makefile make.bat *.jpg *.png *.gif

0 commit comments

Comments
 (0)