add packages_data ui
This commit is contained in:
parent
78218449c8
commit
101efdeb88
|
@ -1,10 +1,12 @@
|
|||
from distutils.core import setup
|
||||
from glob import glob
|
||||
|
||||
setup(name='homemanager',
|
||||
version='1.0',
|
||||
description='HomeManager GUI',
|
||||
author='Alejandro Diaz',
|
||||
author_email='al.diaz@estudiantec.cr',
|
||||
packages=['homemanager', 'main'],
|
||||
include_package_data=True,
|
||||
packages=['homemanager', 'main', 'main.migrations'],
|
||||
zip_safe=False,
|
||||
)
|
Loading…
Reference in a new issue