Skip to content

Commit

Permalink
Update setup.py (feathr-ai#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyongzhu authored and hyingyang-linkedin committed Oct 25, 2022
1 parent 930640f commit 41bc451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Use the README.md from /docs
root_path = Path(__file__).resolve().parent.parent
long_description = (root_path / "docs/README.md").read_text()
long_description = (root_path / "docs/README.md").read_text(encoding="utf8")

setup(
name='feathr',
Expand Down

0 comments on commit 41bc451

Please sign in to comment.