Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLucas committed Sep 6, 2024
1 parent 20c93be commit 701069f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "its_thorn"
version = "0.1.0"
description = "A library for stealthy poisoning of datasets for instruction-tuned LLMs"
authors = ["Your Name <your.email@example.com>"]
authors = ["Joe Lucas <joe@joetl.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "its_thorn"}]
Expand Down Expand Up @@ -32,7 +32,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
its_thorn = "its_thorn.cli:app"
its_thorn = "its_thorn.cli:interactive"

[tool.black]
line-length = 100
Expand Down

0 comments on commit 701069f

Please sign in to comment.