Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudar committed May 17, 2023
1 parent 079c360 commit 563474c
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 @@ build-backend = "hatchling.build"
requires = ["hatchling"]

[project]
name = "LANDMark"
name = "LANDMarkClassifier"
version = "2.0.0"
authors = [
{name = "Josip Rudar", email = "rudarj@uoguelph.ca"},
Expand Down Expand Up @@ -70,4 +70,4 @@ py-modules = ["LANDMark"]
addopts = "--cov --cov-report html --cov-report term-missing --cov-fail-under 40"

[tool.coverage.run]
source = ["LANDMark"]
source = ["LANDMark"]

0 comments on commit 563474c

Please sign in to comment.