From: Plamen Dimitrov Date: Sun, 30 Sep 2018 05:20:10 +0000 (+0800) Subject: Include the cnfline subpackage in the setuptools script X-Git-Tag: v1.3~7^2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=dbf195a8a1ab42a66d776b0fded0073a5cc72de0;p=pyi2ncommon Include the cnfline subpackage in the setuptools script --- 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