Skip to content

Commit

Permalink
build: fix setuptools-scm build (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 16, 2024
1 parent ad9ddfb commit cb7c609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ classifiers = [
]
requires-python = ">=3.10"
description = "Curation tool for gene fusions"
license = {file = "../LICENSE"}
dependencies = [
"fastapi >= 0.72.0",
"aiofiles",
Expand Down Expand Up @@ -64,6 +63,7 @@ build-backend = "setuptools.build_meta"
where = ["src"]

[tool.setuptools_scm]
root = "../."

[tool.pytest.ini_options]
addopts = "--cov=src --cov-report term-missing"
Expand Down

0 comments on commit cb7c609

Please sign in to comment.