From 5b3dda6bb9f2284009dd827f763fac15f8e443e8 Mon Sep 17 00:00:00 2001 From: Cyril Achard <94955160+C-Achard@users.noreply.github.com> Date: Fri, 3 May 2024 13:36:17 +0200 Subject: [PATCH] Fix setup.cfg name (#66) * Update setup.cfg * Remove unused test trigger in Actions * Update README for v0.1.3 * Revert "Update README for v0.1.3" This reverts commit 350a0139a00883cde50abb212239d0c3e6705b35. --- .github/workflows/test_and_deploy.yml | 1 - setup.cfg | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 43e68993..716887b8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - cy/training tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 pull_request: diff --git a/setup.cfg b/setup.cfg index a7fe8b0e..549e15aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,11 +35,11 @@ install_requires = where = . [options.package_data] -napari-cellseg3d = +napari_cellseg3d = res/*.png code_models/models/pretrained/*.json napari.yaml [options.entry_points] napari.manifest = - napari-cellseg3d = napari_cellseg3d:napari.yaml + napari_cellseg3d = napari_cellseg3d:napari.yaml