Skip to content

Commit daeadcc

Browse files
committed
Repository file clean up.
1 parent d86c5bc commit daeadcc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "readmeai"
7-
version = "0.4.070"
7+
version = "0.4.071"
88
description = "🚀 Generate beautiful README files from the terminal, powered by OpenAI's GPT language models 💫"
99
authors = ["Eli <[email protected]>"]
1010
license = "MIT"
@@ -27,15 +27,17 @@ keywords = [
2727
"chatgpt",
2828
"genai",
2929
"gpt-4-turbo",
30-
"gpt-4-1106-preview"
30+
"gpt-4-1106-preview",
31+
"python",
32+
"autodoc",
3133
]
3234
include = ["readmeai", "readmeai.*"]
3335

3436
[tool.poetry.scripts]
3537
readmeai = "readmeai.cli.commands:commands"
3638

3739
[tool.poetry.dependencies]
38-
python = "^3.8.1"
40+
python = "^3.8.1,<4.0.0"
3941
colorlog = "^6.7.0"
4042
cachetools = "^5.3.1"
4143
gitpython = "^3.1.31"

scripts/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function clean_pyc() {
2929
function clean_test() {
3030
echo "Removing test and coverage artifacts..."
3131
rm -fr .tox/
32-
rm -f .coverage
32+
rm -f .coverage coverage.xml
3333
rm -fr htmlcov/
3434
rm -fr .pytest_cache/
3535
}

0 commit comments

Comments
 (0)