Fix issue with plinth module not getting installed

This commit is contained in:
Sunil Mohan Adapa 2014-10-12 19:18:18 +05:30
parent d704b3961e
commit 5418542d56

View File

@ -72,7 +72,8 @@ setuptools.setup(
author='Plinth Authors',
author_email='freedombox-discuss@lists.alioth.debian.org',
url='http://freedomboxfoundation.org',
packages=find_packages(include=['plinth.*'], exclude=['*.templates']),
packages=find_packages(include=['plinth', 'plinth.*'],
exclude=['*.templates']),
scripts=['bin/plinth'],
test_suite='plinth.tests.TEST_SUITE',
license='COPYING',