File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies = [
3535 " pandas" ,
3636 " tqdm" ,
3737 " tifffile" ,
38- " napari" , # Add this since your plugin is for napari
39- " torch" , # See note below about PyTorch
38+ " napari" ,
39+ " torch" ,
4040]
4141
4242[project .optional-dependencies ]
@@ -56,7 +56,7 @@ dev = [
5656[project .entry-points ."napari .manifest" ]
5757napari-cotcotcot = " napari_cotcotcot:napari.yaml"
5858
59- # to enable command line interface
59+ # to enable command line interface, starting rom terminal with naparicot
6060[project .scripts ]
6161naparicot = " napari_cotcotcot:main"
6262
@@ -72,6 +72,8 @@ where = ["src"]
7272
7373[tool .setuptools .package-data ]
7474"*" = [" *.yaml" ]
75+ # to enable package data inclusion
76+ "napari_cotcotcot" = [" /data/Gallus_gallus_domesticus/chicken-run.gif" , " /data/Gallus_gallus_domesticus/seed_Chicken1.csv" ]
7577
7678[tool .setuptools_scm ]
7779write_to = " src/napari_cotcotcot/_version.py"
You can’t perform that action at this time.
0 commit comments