Skip to content

Commit

Permalink
[metadata] Extend pyproject.toml metadata (#2943)
Browse files Browse the repository at this point in the history
This correctly puts Nils back as one of the Authors on pypi.org
  • Loading branch information
tomaarsen committed Sep 19, 2024
1 parent dafe2b6 commit a201c6d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[project]
name = "sentence-transformers"
version = "3.2.0.dev0"
description = "Multilingual text embeddings"
license = { file = "LICENSE" }
description = "State-of-the-Art Text Embeddings"
license = { text = "Apache 2.0" }
readme = "README.md"
authors = [
{ name = "Nils Reimers", email = "info@nils-reimers.de" },
{ name = "Tom Aarsen" },
{ name = "Tom Aarsen", email = "tom.aarsen@huggingface.co" },
]
maintainers = [
{ name = "Tom Aarsen", email = "tom.aarsen@huggingface.co" }
]
requires-python = ">=3.8"
keywords = [
Expand Down

0 comments on commit a201c6d

Please sign in to comment.