diff --git a/setup.py b/setup.py index 6a96458..b6d9e56 100644 --- a/setup.py +++ b/setup.py @@ -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="joris.vankerschaver@gmail.com", url="https://github.com/jvkersch/tmtools",