Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "maturin"
name = "stream-unzip"
version = "0.0.0.dev0"
authors = [
{ name="Department for International Trade", email="sre@digital.trade.gov.uk" },
{ name="Department for International Trade", email="sre@businessandtrade.gov.uk" },
]
description = "Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files"
readme = "README.md"
Expand Down
Loading