mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed setup.py file
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
648ff8fddd
commit
73903e783b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -62,13 +62,13 @@ setup(
|
|||
scripts=["bin/slpkg"],
|
||||
version=_meta_.__version__,
|
||||
description="Package manager for Slackware installations",
|
||||
long_description=open("README.md").read(),
|
||||
long_description=open("README.rst").read(),
|
||||
keywords=["slackware", "slpkg", "upgrade", "install", "remove",
|
||||
"view", "slackpkg", "tool", "build"],
|
||||
author=_meta_.__author__,
|
||||
author_email=_meta_.__email__,
|
||||
url="https://dslackw.gitlab.io/slpkg/",
|
||||
package_data={"": ["LICENSE", "README.md", "CHANGELOG"]},
|
||||
package_data={"": ["LICENSE", "README.rst", "CHANGELOG"]},
|
||||
data_files=[("man/man8", ["man/slpkg.8"]),
|
||||
("/etc/bash_completion.d", ["conf/slpkg.bash-completion"]),
|
||||
("/etc/fish/completions", ["conf/slpkg.fish"])],
|
||||
|
|
Loading…
Add table
Reference in a new issue