Skip to content

Commit

Permalink
Merge pull request #30 from napari/simplify-pyproject-toml
Browse files Browse the repository at this point in the history
Update pyproject.toml, simplify optional dependencies
  • Loading branch information
GenevieveBuckley authored Jun 14, 2024
2 parents 4ddc195 + 346d8c3 commit 33a9426
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ dependencies = [

[project.optional-dependencies]
testing = [
'build',
'pytest',
]

dev = [
'tox',
'build',
]

[tools.setuptools]
Expand All @@ -67,4 +64,4 @@ requires = ['setuptools', 'setuptools_scm', 'wheel']
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]
write_to = 'napari_tiff/_version.py'
write_to = 'napari_tiff/_version.py'

0 comments on commit 33a9426

Please sign in to comment.