From aa0a03b3b7137f6c07f9ec49f9da30c0a2b4a2bd Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 19 Jan 2019 11:27:37 +0100 Subject: [PATCH] Updated to the markdown format Signed-off-by: Dimitris Zlatanidis --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89e2c660..7b7bc7c3 100755 --- a/setup.py +++ b/setup.py @@ -54,8 +54,10 @@ def print_logo(): print(logo) time.sleep(1) + print_logo() + setup( name="slpkg", packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack", @@ -92,7 +94,7 @@ setup( "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Software Distribution", "Topic :: Utilities"], - long_description=open("README.rst").read() + long_description=open("README.md").read() ) # Install configuration files with pip.