File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " readmeai"
7- version = " 0.4.070 "
7+ version = " 0.4.071 "
88description = " 🚀 Generate beautiful README files from the terminal, powered by OpenAI's GPT language models 💫"
99authors = [
" Eli <[email protected] >" ]
1010license = " 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]
3234include = [" readmeai" , " readmeai.*" ]
3335
3436[tool .poetry .scripts ]
3537readmeai = " readmeai.cli.commands:commands"
3638
3739[tool .poetry .dependencies ]
38- python = " ^3.8.1"
40+ python = " ^3.8.1,<4.0.0 "
3941colorlog = " ^6.7.0"
4042cachetools = " ^5.3.1"
4143gitpython = " ^3.1.31"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function clean_pyc() {
2929function 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}
You can’t perform that action at this time.
0 commit comments