Skip to content

Commit

Permalink
More trimming; set entry point for TALISMAN
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jan 4, 2024
1 parent 0247774 commit 7666e64
Show file tree
Hide file tree
Showing 291 changed files with 33 additions and 9,620 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ setuptools = ">=65.5.0"
tox = ">=3.25.1"
mkdocs-mermaid2-plugin = ">=0.6.0"

[tool.poetry.scripts]
talisman = "talisman.cli:main"

[tool.poetry.extras]
docs = [
"sphinx",
Expand Down
23 changes: 0 additions & 23 deletions src/ontogpt/__init__.py

This file was deleted.

342 changes: 0 additions & 342 deletions src/ontogpt/models.yaml

This file was deleted.

1 change: 1 addition & 0 deletions src/talisman/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""TALISMAN package."""
Loading

0 comments on commit 7666e64

Please sign in to comment.