kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Adding missing parts for pip build Re #1206
rodzic
7bf52d9275
commit
b413cdecc7
|
@ -1,9 +1,10 @@
|
|||
recursive-include changedetectionio/api *
|
||||
recursive-include changedetectionio/templates *
|
||||
recursive-include changedetectionio/static *
|
||||
recursive-include changedetectionio/blueprint *
|
||||
recursive-include changedetectionio/model *
|
||||
recursive-include changedetectionio/tests *
|
||||
recursive-include changedetectionio/res *
|
||||
recursive-include changedetectionio/static *
|
||||
recursive-include changedetectionio/templates *
|
||||
recursive-include changedetectionio/tests *
|
||||
prune changedetectionio/static/package-lock.json
|
||||
prune changedetectionio/static/styles/node_modules
|
||||
prune changedetectionio/static/styles/package-lock.json
|
||||
|
|
|
@ -35,7 +35,7 @@ from flask_wtf import CSRFProtect
|
|||
from changedetectionio import html_tools
|
||||
from changedetectionio.api import api_v1
|
||||
|
||||
__version__ = '0.40.0'
|
||||
__version__ = '0.40.0.1'
|
||||
|
||||
datastore = None
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue