Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Improve cron job documentation and script #1226, #1241
- Update export process to include `~external` tables #1239
- Only add merge parts to `source_class_dict` if present in codebase #1237
- Remove cli module #1250

### Pipelines

Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ moseq-cpu = [
]

test = [
"click", # for CLI subpackage only
"docker", # for tests in a container
"ghostipy",
"kachery", # database access
Expand All @@ -103,9 +102,6 @@ docs = [
"mkdocstrings[python]", # Docs API docstrings
]

[project.scripts]
spyglass_cli = "spyglass.cli:cli"

[project.urls]
"Homepage" = "https://github.com/LorenFrankLab/spyglass"
"Bug Tracker" = "https://github.com/LorenFrankLab/spyglass/issues"
Expand Down Expand Up @@ -171,7 +167,6 @@ source = ["*/src/spyglass/*"]
omit = [ # which submodules have no tests
"*/__init__.py",
"*/_version.py",
"*/cli/*",
# "*/common/*",
"*/data_import/*",
"*/decoding/v0/*",
Expand Down
1 change: 0 additions & 1 deletion src/spyglass/cli/__init__.py

This file was deleted.

Loading
Loading