add packaging config for ui
This commit is contained in:
parent
6ebf7c56a7
commit
3b77c17496
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from distutils.core import setup
|
||||
from distutils.core import setup, find_packages
|
||||
from glob import glob
|
||||
|
||||
setup(name='homemanager',
|
||||
|
|
@ -7,7 +7,5 @@ setup(name='homemanager',
|
|||
author='Alejandro Diaz',
|
||||
author_email='al.diaz@estudiantec.cr',
|
||||
packages=['homemanager', 'main'],
|
||||
data_files = [
|
||||
('templates', glob('templates/**/*', recursive=True))
|
||||
]
|
||||
zip_safe=False,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue