Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 authored Apr 26, 2024
1 parent b6cbce8 commit 9799776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

here = os.path.abspath(os.path.dirname(__file__))

with open("README.md", encoding="utf-8") as readme_file:
readme = convert_text(readme_file.read(), "md", format="md")
with open("README.rst", encoding="utf-8") as readme_file:
readme = convert_text(readme_file.read(), "rst", format="rst")

with open("requirements.txt") as f:
install_requires = f.readlines()
Expand Down

0 comments on commit 9799776

Please sign in to comment.