mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2026-07-07 16:52:58 -07:00
Prepare security dependency release
This commit is contained in:
parent
eff5a5449f
commit
6e64031b85
4 changed files with 49 additions and 525 deletions
|
|
@ -4,13 +4,13 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "repo-to-text"
|
||||
version = "1.0.1"
|
||||
version = "2.0.0"
|
||||
authors = [
|
||||
{ name = "Kirill Markin", email = "markinkirill@gmail.com" },
|
||||
]
|
||||
description = "Convert a directory structure and its contents into a single text file, including the tree output and file contents in structured XML format. It may be useful to chat with LLM about your code."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
license = { text = "MIT" }
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue