Skip to content

Commit

Permalink
add 'software' to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 3, 2024
1 parent 4e5c5ed commit 124f4c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
)

from .utils import is_bool, slug_from_name
from .version import __version__


if TYPE_CHECKING:
Expand Down Expand Up @@ -667,6 +668,7 @@ def _sync_dl(
}
for file_ in all_files
],
"software": f"Browsertrix v{__version__}",
**metadata,
}
datapackage_bytes = json.dumps(datapackage, indent=2).encode("utf-8")
Expand Down

0 comments on commit 124f4c1

Please sign in to comment.