Skip to content

Commit 4543602

Browse files
committed
Update to version 0.1.31: simplified CI
1 parent 5078cd5 commit 4543602

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ path_to_directory: Path to the directory you want to analyze.
4848
--no-content: Exclude file contents from the output.
4949
--include-git: Include .git directory in the analysis.
5050
--max-size: Maximum allowed text content size in KB (default: 10240 KB).
51+
--copy-to-clipboard: Copy the output to clipboard.
5152
```
5253

5354
```bash

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tiktoken
22
colorama
33
PyGithub
4-
flake8
54
pyperclip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="codebase-digest",
8-
version='0.1.30',
8+
version='0.1.31',
99
author="Kamil Stanuch",
1010
description="Consolidates and analyzes codebases for insights.",
1111
long_description=long_description,

0 commit comments

Comments
 (0)