Skip to content

Commit

Permalink
fix invalid project name in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Nov 8, 2024
1 parent f29c2c4 commit f498325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

[project]
name = "Metrics for Speech Translation (M4ST)"
name = "m4st"
version = "0.1.0"
authors = [
{ name = "Applied Research Centre", email = "[email protected]" },
]
description = "Evaluation of metrics for Speech Translation"
description = "Evaluation of Metrics for Speech Translation (M4ST)"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit f498325

Please sign in to comment.