Skip to content

Commit 22f019b

Browse files
setup: make sure to include sambacc.commands in packages list
Strangely, the packaging was working when running the build from an active repo (git, when setuptools_scm enabled) but sambacc.commands was getting excluded from builds from source tarballs. So it seems that setuptools_scm was saving us when run from repo but not when run from the tarball. This small change to the setup.cfg appears to be enough to fix the wheel file that gets generated from the tarball. Signed-off-by: John Mulligan <[email protected]>
1 parent db555fe commit 22f019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url = https://github.com/samba-in-kubernetes/sambacc
1313
license = GPL3
1414

1515
[options]
16-
packages = sambacc
16+
packages = sambacc, sambacc.commands
1717
include_package_data = True
1818

1919
[options.entry_points]

0 commit comments

Comments
 (0)