mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
Fix issue with plinth module not getting installed
This commit is contained in:
parent
d704b3961e
commit
5418542d56
3
setup.py
3
setup.py
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user