Skip to content

Commit

Permalink
Add setuptools_scm to the dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Jul 2, 2024
1 parent f4fa05f commit 3dc8321
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Source = "https://github.com/scverse/mudata"
Home-page = "https://muon.scverse.org/"

[project.optional-dependencies]
dev = [
"setuptools_scm",
]
docs = [
"sphinx",
"sphinx-book-theme",
Expand All @@ -46,6 +49,12 @@ test = [
"zarr"
]

[tool.pytest.ini_options]
python_files = "test_*.py"
testspaths = [
"./tests", # unit tests
]

[tool.black]
line-length = 100
target-version = ['py39']
Expand Down

0 comments on commit 3dc8321

Please sign in to comment.