diff --git a/pyproject.toml b/pyproject.toml index aaa0433..440bf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "semhash" description = "Fast Multimodal Semantic Deduplication & Filtering" -authors = [{name = "Thomas van Dongen", email = "thomas123@live.nl"}, { name = "Stéphan Tulkens", email = "stephantul@gmail.com"}] +authors = [{name = "Thomas van Dongen", email = "thomasvdongen@proton.me"}, { name = "Stéphan Tulkens", email = "stephantul@gmail.com"}] readme = { file = "README.md", content-type = "text/markdown" } dynamic = ["version"] license = { file = "LICENSE" }