Skip to content

Commit

Permalink
chg: doc: point to README.md for LONG_DESCRIPTION
Browse files Browse the repository at this point in the history
Signed-off-by: Rachmadani Haryono <foreturiga@gmail.com>
  • Loading branch information
rachmadaniHaryono committed Nov 23, 2021
1 parent 0a9ea5a commit 695e1b4
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 @@
VERSION = '6.0'
DESCRIPTION = "YAML parser and emitter for Python"

with codecs.open('README.rst', encoding='utf-8') as f:
with codecs.open('README.md', encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()

AUTHOR = "Kirill Simonov"
Expand Down

0 comments on commit 695e1b4

Please sign in to comment.