diff --git a/pyproject.toml b/pyproject.toml index 95a8b80..e7b4cc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"