Skip to content

Commit e3267ac

Browse files
authored
Merge branch 'main' into colormap_select
2 parents a4ce460 + 0e04f2f commit e3267ac

27 files changed

+281
-28
lines changed

.github/workflows/plugin_preview.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include README.md
3+
include src/napari_deeplabcut/styles/*.mplstyle
34

45
recursive-exclude * __pycache__
56
recursive-exclude * *.py[co]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ either by dropping them directly onto the canvas or via the File menu.
4141

4242
The easiest way to get started is to drop a folder (typically a folder from within a DeepLabCut's `labeled-data` directory), and, if labeling from scratch, drop the corresponding `config.yaml` to automatically add a `Points layer` and populate the dropdown menus.
4343

44+
[🎥 DEMO
45+
](https://youtu.be/hsA9IB5r73E)
46+
4447
**Tools & shortcuts are:**
4548

4649
- `2` and `3`, to easily switch between labeling and selection mode

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = napari + DeepLabCut annotation tool
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
url = https://github.com/DeepLabCut/napari-deeplabcut
8-
author = Jessy Lauer
9-
author_email = [email protected]
8+
author = Team DeepLabCut, Lead by Jessy Lauer
9+
author_email = [email protected]
1010
license = BSD-3-Clause
1111
license_file = LICENSE
1212
classifiers =
@@ -33,6 +33,7 @@ project_urls =
3333
packages = find:
3434
install_requires =
3535
dask-image
36+
matplotlib>=3.3
3637
napari==0.4.18
3738
natsort
3839
numpy

0 commit comments

Comments
 (0)