Skip to content

Commit

Permalink
Add Tom to list of maintainers (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun authored Dec 29, 2022
1 parent 35c0511 commit 5543730
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

README_TEXT = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")

MAINTAINER = "Lewis Tunstall, Tom Aarsen"
MAINTAINER_EMAIL = "[email protected]"

INTEGRATIONS_REQUIRE = ["optuna"]

REQUIRED_PKGS = ["datasets>=2.3.0", "sentence-transformers>=2.2.1", "evaluate>=0.3.0"]
Expand Down Expand Up @@ -40,8 +43,8 @@ def combine_requirements(base_keys):
description="Efficient few-shot learning with Sentence Transformers",
long_description=README_TEXT,
long_description_content_type="text/markdown",
author="SetFit",
author_email="[email protected]",
maintainer=MAINTAINER,
maintainer_email=MAINTAINER_EMAIL,
url="https://github.com/SetFit/setfit",
download_url="https://github.com/SetFit/setfit/tags",
license="Apache 2.0",
Expand Down

0 comments on commit 5543730

Please sign in to comment.