mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +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(
|
setup(
|
||||||
name="slpkg",
|
name="slpkg",
|
||||||
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack"],
|
packages=["slpkg", "slpkg/sbo", "slpkg/pkg", "slpkg/slack",
|
||||||
|
"slpkg/others"],
|
||||||
scripts=["bin/slpkg"],
|
scripts=["bin/slpkg"],
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description="Python tool to manage Slackware packages",
|
description="Python tool to manage Slackware packages",
|
||||||
|
|
Loading…
Add table
Reference in a new issue