Skip to content

Commit f193f0b

Browse files
committed
fix packaging reference to readme file
1 parent 7a3a076 commit f193f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include HISTORY.rst
22
include LICENSE
3-
include README.rst
3+
include README.md
44
include python/boto/endpoints.json
55
include aws_lambda/project_template/config.yaml
66
recursive-include tests *.json *.py *.txt *.yaml

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66
from setuptools import setup
77

8-
with open('README.rst') as readme_file:
8+
with open('README.md') as readme_file:
99
readme = readme_file.read()
1010

1111
requirements = [

0 commit comments

Comments
 (0)