From dbf195a8a1ab42a66d776b0fded0073a5cc72de0 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Sun, 30 Sep 2018 13:20:10 +0800 Subject: [PATCH] Include the cnfline subpackage in the setuptools script --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 9b472cf..28bb74b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup(name='pyi2ncommon', author='Intra2net AG', author_email='info@intra2net.com', url='http://www.intra2net.com', - packages=['pyi2ncommon'], + packages=['pyi2ncommon', 'pyi2ncommon.cnfline'], package_dir={'pyi2ncommon': 'src'}, # these files go into the srpm but not the rpm when building them using # setup.py bdist_rpm -- 1.7.1