mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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)
|
print(logo)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
|
|
||||||
print_logo()
|
print_logo()
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="slpkg",
|
name="slpkg",
|
||||||
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack",
|
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack",
|
||||||
|
@ -92,7 +94,7 @@ setup(
|
||||||
"Topic :: System :: Archiving :: Packaging",
|
"Topic :: System :: Archiving :: Packaging",
|
||||||
"Topic :: System :: Software Distribution",
|
"Topic :: System :: Software Distribution",
|
||||||
"Topic :: Utilities"],
|
"Topic :: Utilities"],
|
||||||
long_description=open("README.rst").read()
|
long_description=open("README.md").read()
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install configuration files with pip.
|
# Install configuration files with pip.
|
||||||
|
|
Loading…
Add table
Reference in a new issue