fix binary modules directory

This commit is contained in:
Dimitris Zlatanidis 2015-01-29 04:21:22 +02:00
parent a854ca2d7a
commit cdfb65ab79

View file

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