mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] Add new 'utils' package in the setup.py
This commit is contained in:
parent
1b0aa97cd7
commit
cb91f102d4
1 changed files with 6 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -41,8 +41,11 @@ setup(name='Moulinette',
|
|||
author_email='yunohost@yunohost.org',
|
||||
url='http://yunohost.org',
|
||||
license='AGPL',
|
||||
packages=['moulinette',
|
||||
packages=[
|
||||
'moulinette',
|
||||
'moulinette.authenticators',
|
||||
'moulinette.interfaces'],
|
||||
'moulinette.interfaces',
|
||||
'moulinette.utils',
|
||||
],
|
||||
data_files=[(localedir, locale_files)]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue