Skip to content

Commit

Permalink
Fix readme filename
Browse files Browse the repository at this point in the history
  • Loading branch information
samjarrett committed Feb 24, 2020
1 parent 2f621d4 commit 8ed6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages

if __name__ == "__main__":
with open("requirements.in") as requirements, open("README.md") as readme:
with open("requirements.in") as requirements, open("README.rst") as readme:
setup(
name="cfn-sync",
use_scm_version=True,
Expand Down

0 comments on commit 8ed6be1

Please sign in to comment.