diff --git a/pyproject.toml b/pyproject.toml index 2c650ca..f1b4400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "semble" description = "Fast and Accurate Code Search for Agents" -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" }