diff options
Diffstat (limited to '')
-rw-r--r-- | python/setup.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py.in b/python/setup.py.in index c4083da..e9d61d0 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -16,5 +16,5 @@ setup(name='pacemaker', license='LGPLv2.1+', url='https://clusterlabs.org/pacemaker/', description='Python libraries for Pacemaker', - packages=['pacemaker', 'pacemaker._cts'], + packages=['pacemaker', 'pacemaker._cts', 'pacemaker._cts.tests'], ) |