mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
cleanup
This commit is contained in:
parent
0ef4c93aad
commit
6e24b727d0
2 changed files with 1 additions and 2 deletions
|
|
@ -1,3 +1,2 @@
|
||||||
__author__ = 'Kirill Markin'
|
__author__ = 'Kirill Markin'
|
||||||
__email__ = 'markinkirill@gmail.com'
|
__email__ = 'markinkirill@gmail.com'
|
||||||
__version__ = '0.1'
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ with open('requirements.txt') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='repo-to-text',
|
name='repo-to-text',
|
||||||
version='0.1',
|
version='0.1.1',
|
||||||
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.',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue