We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6300 commit 6a3b056Copy full SHA for 6a3b056
MANIFEST.in
@@ -1,11 +1,11 @@
1
-include AUTHORS.md
2
-include CONTRIBUTING.md
3
-include HISTORY.md
+include AUTHORS.rst
+include CONTRIBUTING.rst
+include HISTORY.rst
4
include LICENSE
5
-include README.md
+include README.rst
6
7
recursive-include tests *
8
recursive-exclude * __pycache__
9
recursive-exclude * *.py[co]
10
11
-recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
+recursive-include docs *.md *.rst conf.py Makefile make.bat *.jpg *.png *.gif
0 commit comments