Skip to content

Commit

Permalink
docs: change author email
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Aug 20, 2024
1 parent 5c1726f commit adda9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepcave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name = "DeepCAVE"
package_name = "deepcave"
author = "R. Sass and E. Bergman and A. Biedenkapp and F. Hutter and M. Lindauer"
author_email = "s.segel@ai.uni-hannover.de"
author_email = "l.fehring@ai.uni-hannover.de"
description = "An interactive framework to visualize and analyze your AutoML process in real-time."
url = "automl.org"
project_urls = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read_file(file_name):

setuptools.setup(
name="deepcave",
author_email="s.segel@ai.uni-hannover.de",
author_email="l.fehring@ai.uni-hannover.de",
description="An interactive framework to visualize and analyze your AutoML process in real-time.",
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit adda9b3

Please sign in to comment.