mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
fix binary modules directory
This commit is contained in:
parent
a854ca2d7a
commit
cdfb65ab79
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ except ImportError:
|
|||
setup(
|
||||
name="slpkg",
|
||||
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack",
|
||||
"slpkg/others"],
|
||||
"slpkg/binary"],
|
||||
scripts=["bin/slpkg"],
|
||||
version=_m.__version__,
|
||||
description="Python tool to manage Slackware packages",
|
||||
|
|
Loading…
Reference in a new issue