Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keizo committed Dec 22, 2024
1 parent 2168e3b commit 1f87129
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ggrab"
version = "0.1.0a2"
version = "0.1.0a5"
description = "A CLI tool for extracting and sharing code files and functions. A manual context builder for pasting into llms."
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -40,6 +40,3 @@ include-package-data = true

[project.scripts]
ggrab = "ggrab.ggrab:main"

[tool.setuptools.package_data]
ggrab = ["README.md"]

0 comments on commit 1f87129

Please sign in to comment.