settings example in README

This commit is contained in:
Kirill Markin 2024-06-09 10:27:48 +02:00
parent ca76a73454
commit 03372e09df
2 changed files with 41 additions and 1 deletions

View file

@ -5,7 +5,7 @@ with open('requirements.txt') as f:
setup(
name='repo-to-text',
version='0.2.0',
version='0.2.1',
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.',