Skip to content

Commit

Permalink
hookup readme.md isntead of readme.txt in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke authored Dec 7, 2023
1 parent a7ffb57 commit 24cc5be
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 @@

from setuptools import setup, find_packages

with open("README.txt") as f:
with open("README.md") as f:
readme = f.read()


Expand Down

0 comments on commit 24cc5be

Please sign in to comment.