File tree Expand file tree Collapse file tree 4 files changed +1
-478
lines changed Expand file tree Collapse file tree 4 files changed +1
-478
lines changed Original file line number Diff line number Diff line change 1010- Improve cron job documentation and script #1226 , #1241
1111- Update export process to include ` ~external ` tables #1239
1212- Only add merge parts to ` source_class_dict ` if present in codebase #1237
13+ - Remove cli module #1250
1314
1415### Pipelines
1516
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ moseq-cpu = [
7777]
7878
7979test = [
80- " click" , # for CLI subpackage only
8180 " docker" , # for tests in a container
8281 " ghostipy" ,
8382 " kachery" , # database access
@@ -103,9 +102,6 @@ docs = [
103102 " mkdocstrings[python]" , # Docs API docstrings
104103]
105104
106- [project .scripts ]
107- spyglass_cli = " spyglass.cli:cli"
108-
109105[project .urls ]
110106"Homepage" = " https://github.com/LorenFrankLab/spyglass"
111107"Bug Tracker" = " https://github.com/LorenFrankLab/spyglass/issues"
@@ -171,7 +167,6 @@ source = ["*/src/spyglass/*"]
171167omit = [ # which submodules have no tests
172168 " */__init__.py" ,
173169 " */_version.py" ,
174- " */cli/*" ,
175170 # "*/common/*",
176171 " */data_import/*" ,
177172 " */decoding/v0/*" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments