mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
new version
This commit is contained in:
parent
43beff4666
commit
cfb04dfcd1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ with open('requirements.txt') as f:
|
|||
|
||||
setup(
|
||||
name='repo-to-text',
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
author='Kirill Markin',
|
||||
author_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 markdown code blocks. It may be useful to chat with LLM about your code.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue