Updated to the markdown format

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-01-19 11:27:37 +01:00
parent c7b8d592b4
commit aa0a03b3b7

View file

@ -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.