forked from platypush/platypush
Added install/ subfolders to package_data
This commit is contained in:
parent
b76f141b61
commit
5025d892be
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -43,6 +43,11 @@ setup(
|
||||||
'migrations/alembic.ini',
|
'migrations/alembic.ini',
|
||||||
'migrations/alembic/*',
|
'migrations/alembic/*',
|
||||||
'migrations/alembic/**/*',
|
'migrations/alembic/**/*',
|
||||||
|
'install/**',
|
||||||
|
'install/scripts/*',
|
||||||
|
'install/scripts/**/*',
|
||||||
|
'install/requirements/*',
|
||||||
|
'install/docker/*',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Reference in a new issue