mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
add others package
This commit is contained in:
parent
8c7947e702
commit
e818005d7f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -35,7 +35,8 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name="slpkg",
|
||||
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack"],
|
||||
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack",
|
||||
"slpkg/others"],
|
||||
scripts=["bin/slpkg"],
|
||||
version=__version__,
|
||||
description="Python tool to manage Slackware packages",
|
||||
|
|
Loading…
Reference in a new issue