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 c1f52e6 commit 68ad7f6Copy full SHA for 68ad7f6
MANIFEST.in
@@ -1,11 +1,11 @@
1
-include HISTORY.rst
+include requirements.txt
2
include LICENSE
3
-include README.rst
+include README.md
4
include python/boto/endpoints.json
5
+include *.txt
6
include aws_lambda/project_template/config.yaml
7
recursive-include tests *.json *.py *.txt *.yaml
8
recursive-include templates *
9
recursive-exclude * __pycache__
-recursive-exclude * *.py[co]
10
11
-recursive-include docs *.rst conf.py Makefile make.bat
+recursive-include docs *.md conf.py Makefile make.bat
0 commit comments