Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Nov 15, 2024
2 parents c4422e2 + 3b377ba commit 1a1989a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions code2prompt/core/process_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from code2prompt.comment_stripper.strip_comments import strip_comments
from code2prompt.contrib.body_stripper import strip_body_contents


def process_file(
file_path: Path, suppress_comments: bool, line_number: bool, no_codeblock: bool, strip_body: bool, syntax_map: dict
):
Expand Down
Empty file removed code2prompt/language_inference.py
Empty file.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "patched-code2prompt"
version = "0.9.0.dev0"
name = "code2prompt"
version = "0.9.0"
description = "A tool to convert code snippets into AI prompts for documentation or explanation purposes."
authors = ["Raphael MANSUY <raphael.mansuy@gmail.com>"]
license = "MIT"
Expand All @@ -21,9 +21,6 @@ classifiers = [
include = [
"code2prompt/templates/**/*",
]
packages = [
{ include = "code2prompt", from = "." }
]

[tool.poetry.dependencies]
python = "^3.8,<4.0"
Expand Down

0 comments on commit 1a1989a

Please sign in to comment.