mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed database path
This commit is contained in:
parent
809b4e61b3
commit
b1567744e8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -74,7 +74,8 @@ setup(
|
||||||
package_data={"": ["LICENSE", "README.rst", "CHANGELOG"]},
|
package_data={"": ["LICENSE", "README.rst", "CHANGELOG"]},
|
||||||
data_files=[("man/man8", ["man/slpkg.8"]),
|
data_files=[("man/man8", ["man/slpkg.8"]),
|
||||||
("/etc/bash_completion.d", ["conf/slpkg.bash-completion"]),
|
("/etc/bash_completion.d", ["conf/slpkg.bash-completion"]),
|
||||||
("/etc/fish/completions", ["conf/slpkg.fish"])],
|
("/etc/fish/completions", ["conf/slpkg.fish"]),
|
||||||
|
("/var/lib/slpkg/database", [])],
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
"optional": optional_requires,
|
"optional": optional_requires,
|
||||||
|
|
Loading…
Reference in a new issue