Adds versions to analytics collectors and manifest file.

- adds 'query_info.json' to contain collection metadata
  - adds 'manifest.json' to contain collection file version info
This commit is contained in:
Christian Adams
2019-08-22 13:37:01 -04:00
committed by Christian Adams
parent 9baa9eee96
commit 78c0d531bc
5 changed files with 62 additions and 22 deletions

View File

@@ -1 +1 @@
from .core import register, gather, ship # noqa
from .core import register, gather, ship, table_version # noqa