From 65550ee3e48b1251d3ffbdffeb5c4b571321d13f Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Tue, 23 Feb 2021 01:43:32 -0800 Subject: [PATCH] setup.cfg: list packages explicitly --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d785147a..93bcb33f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,10 @@ build-dir = share/doc/git-cola/_build source-dir = share/doc/git-cola/ [options] -packages = find: +packages = + cola + cola.models + cola.widgets include_package_data = true python_requires = >=2.7 install_requires = -- 2.11.4.GIT