Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing7 committed May 16, 2023
1 parent 2309a41 commit e4af4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/transformer_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def readme():
with open('README.md', encoding='utf-8') as f:
with open('mmpose_README.md', encoding='utf-8') as f:
content = f.read()
return content

Expand Down

0 comments on commit e4af4ce

Please sign in to comment.