Fixing Pip install problem - Update MANIFEST to include model/ subdir, improving imports (#593)
parent
0e385b1c22
commit
034507f14f
@ -1,5 +1,6 @@
|
|||||||
recursive-include changedetectionio/templates *
|
recursive-include changedetectionio/templates *
|
||||||
recursive-include changedetectionio/static *
|
recursive-include changedetectionio/static *
|
||||||
|
recursive-include changedetectionio/model *
|
||||||
include changedetection.py
|
include changedetection.py
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
global-exclude node_modules
|
global-exclude node_modules
|
||||||
|
Loading…
Reference in new issue