mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
version and description
This commit is contained in:
parent
34362b6b66
commit
1d715cd18a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -5,10 +5,10 @@ with open('requirements.txt') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='repo-to-text',
|
name='repo-to-text',
|
||||||
version='0.1.3',
|
version='0.1.4',
|
||||||
author='Kirill Markin',
|
author='Kirill Markin',
|
||||||
author_email='markinkirill@gmail.com',
|
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=open('README.md').read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url='https://github.com/kirill-markin/repo-to-text',
|
url='https://github.com/kirill-markin/repo-to-text',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue