Skip to content

Commit

Permalink
FIX: README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed Dec 28, 2021
1 parent 09565c6 commit 76dab8d
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 @@ -15,12 +15,12 @@

def _read_long_description():
with open("README.md", encoding="utf-8") as fp:
return fp.readlines()
return fp.read()


setup(
name="tmtools",
version="0.0.1",
version="0.0.2",
author="Joris Vankerschaver",
author_email="[email protected]",
url="https://github.com/jvkersch/tmtools",
Expand Down

0 comments on commit 76dab8d

Please sign in to comment.