Skip to content

Commit a776bfc

Browse files
committed
update comments
1 parent 6875791 commit a776bfc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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"]
5757
napari-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]
6161
naparicot = "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]
7779
write_to = "src/napari_cotcotcot/_version.py"

0 commit comments

Comments
 (0)