diff --git a/setup.py b/setup.py index 943238df76..fdebe68fc9 100644 --- a/setup.py +++ b/setup.py @@ -261,7 +261,7 @@ setup( keywords="deep learning diffusion jax pytorch stable diffusion audioldm", license="Apache 2.0 License", author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/diffusers/graphs/contributors)", - author_email="patrick@huggingface.co", + author_email="diffusers@huggingface.co", url="https://github.com/huggingface/diffusers", package_dir={"": "src"}, packages=find_packages("src"),