commit | f4a7bb4a082bb35a3bf3b8d521b68d3b9072a27d | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue Jun 13 18:17:06 2023 -0500 |
committer | Bill Wendling <morbo@google.com> | Tue Jun 13 18:17:06 2023 -0500 |
tree | b22785c0f3b0183ca1339a8ae165858a975a6e2e | |
parent | e63d39b9ab8314b12972ed956371406161cb4efb [diff] |
Change README filename
diff --git a/setup.py b/setup.py index 7884cc9..4f04d19 100644 --- a/setup.py +++ b/setup.py
@@ -39,7 +39,7 @@ sys.exit(0 if results.wasSuccessful() else 1) -with codecs.open('README.rst', 'r', 'utf-8') as fd: +with codecs.open('README.md', 'r', 'utf-8') as fd: setup( name='yapf', version='0.40.0',