From 1d715cd18ac02bf654a92b14eaa597f964e269d2 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sat, 8 Jun 2024 15:36:32 +0200 Subject: [PATCH] version and description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 19b2366..b2c5894 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ with open('requirements.txt') as f: setup( name='repo-to-text', - version='0.1.3', + version='0.1.4', 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.', + 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.', long_description=open('README.md').read(), long_description_content_type='text/markdown', url='https://github.com/kirill-markin/repo-to-text',