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 7a3a076 commit f193f0bCopy full SHA for f193f0b
MANIFEST.in
@@ -1,6 +1,6 @@
1
include HISTORY.rst
2
include LICENSE
3
-include README.rst
+include README.md
4
include python/boto/endpoints.json
5
include aws_lambda/project_template/config.yaml
6
recursive-include tests *.json *.py *.txt *.yaml
setup.py
@@ -5,7 +5,7 @@
from setuptools import find_packages
from setuptools import setup
7
8
-with open('README.rst') as readme_file:
+with open('README.md') as readme_file:
9
readme = readme_file.read()
10
11
requirements = [
0 commit comments