Prepare security dependency release

This commit is contained in:
Kirill Markin 2026-06-03 10:39:33 +02:00
parent eff5a5449f
commit 6e64031b85
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
4 changed files with 49 additions and 525 deletions

View file

@ -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",