Skip to content

Commit 68ad7f6

Browse files
committed
fix manifest
1 parent c1f52e6 commit 68ad7f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
include HISTORY.rst
1+
include requirements.txt
22
include LICENSE
3-
include README.rst
3+
include README.md
44
include python/boto/endpoints.json
5+
include *.txt
56
include aws_lambda/project_template/config.yaml
67
recursive-include tests *.json *.py *.txt *.yaml
78
recursive-include templates *
89
recursive-exclude * __pycache__
9-
recursive-exclude * *.py[co]
1010

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

0 commit comments

Comments
 (0)