Skip to content

Commit

Permalink
Add napari trove classifier to package (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Dec 13, 2023
1 parent d354f5d commit 281abb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Framework :: napari",
]
requires-python = ">=3.9"
dependencies = [
Expand All @@ -37,7 +38,7 @@ napari = [
"magicgui",
"napari-plugin-engine >= 0.1.4",
"napari[pyqt5]",
"pooch>1", # For sample data
"pooch>1", # For sample data
"qtpy",
]
dev = [
Expand Down

0 comments on commit 281abb3

Please sign in to comment.