Skip to content

Commit

Permalink
Rename "dev" extra deps to "test"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre René committed Aug 9, 2024
1 parent 257042c commit 962cdb0
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
write_to = "src/emd_falsify/_version.py"

[project.urls]
#"Documentation" =
"Documentation" = "https://alcrene.github.io/emd-falsify/"
"Bug Tracker" = "https://github.com/alcrene/emd-falsify/issues"
"Source" = "https://github.com/alcrene/emd-falsify"

Expand Down Expand Up @@ -59,7 +59,7 @@ dynamic = ["version"]
[project.optional-dependencies]

## Development dependencies
dev = ["pytest"]
test = ["pytest"]

## Dependencies of the `viz` utilities module ##
viz = ["pandas", "matplotlib", "seaborn", "holoviews"]
Expand Down

0 comments on commit 962cdb0

Please sign in to comment.