add others package

This commit is contained in:
Dimitris Zlatanidis 2014-11-07 06:44:16 +02:00
parent 8c7947e702
commit e818005d7f

View file

@ -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",