Skip to content

Commit

Permalink
edit: Update to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandomunoz committed Sep 30, 2022
1 parent 26eeaaa commit 2abdd2f
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,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "tgtranscription"
name = "mytextgrid"
version = "0.6.1"
description = 'Create, read, modify and query TextGrid files.'
readme = "README.md"
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pytest-cov",
]
[tool.hatch.envs.default.scripts]
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=tgtranscription --cov=tests"
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=mytextgrid --cov=tests"
no-cov = "cov --no-cov"

[[tool.hatch.envs.test.matrix]]
Expand Down

0 comments on commit 2abdd2f

Please sign in to comment.