mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated to the markdown format
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c7b8d592b4
commit
aa0a03b3b7
1 changed files with 3 additions and 1 deletions
4
setup.py
4
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.
|
||||
|
|
Loading…
Reference in a new issue