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
2386ed9075
commit
c7b8d592b4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -68,7 +68,7 @@ setup(
|
|||
author=_meta_.__author__,
|
||||
author_email=_meta_.__email__,
|
||||
url="https://gitlab.com/dslackw/slpkg",
|
||||
package_data={"": ["LICENSE", "README.rst", "CHANGELOG"]},
|
||||
package_data={"": ["LICENSE", "README.md", "CHANGELOG"]},
|
||||
data_files=[("man/man8", ["man/slpkg.8"]),
|
||||
("/etc/bash_completion.d", ["conf/slpkg.bash-completion"]),
|
||||
("/etc/fish/completions", ["conf/slpkg.fish"])],
|
||||
|
|
Loading…
Reference in a new issue