Skip to content

Commit

Permalink
Commit Subject: Update project details in pyproject.toml
Browse files Browse the repository at this point in the history
Commit Description:
  • Loading branch information
Jack Hopkins committed Oct 31, 2023
1 parent 0ab46a5 commit d1acb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

[tool.poetry]
name = "monkey-patch.py"
version = "0.1.0"
description = "A Python package for adding typed LLM features to your applications."
name = "monkey-patch"
version = "0.0.1"
description = "The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time."
authors = ["Jack Hopkins <jack@paperplane.ai", "Mart Bakler <mart@paperplane.ai>"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit d1acb0a

Please sign in to comment.