Skip to content

Commit

Permalink
Add a full list of configuration keys to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 20, 2023
1 parent 5eea132 commit ceeb818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Bot to automatically invest in prosper.com
![PyPI - License](https://img.shields.io/pypi/l/prosper-bot)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/grahamtt/prosper-bot?logo=codeclimate)](https://codeclimate.com/github/grahamtt/prosper-bot)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/grahamtt/prosper-bot?logo=codeclimate)](https://codeclimate.com/github/grahamtt/prosper-bot)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8063/badge)](https://www.bestpractices.dev/projects/8063)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/grahamtt/prosper-bot?logo=github)
![GitHub issues](https://img.shields.io/github/issues-raw/grahamtt/prosper-bot?logo=github)

Expand All @@ -17,7 +16,7 @@ Bot to automatically invest in prosper.com
Use [`pipx`](https://pypa.github.io/pipx/) to install in a self-contained virtual environment.

```commandline
pipx install prosper-auto-invest
pipx install prosper-bot
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prosper-bot"
version = "0.1.6-pre.1"
version = "0.1.6"
description = ""
authors = ["Graham Tibbitts <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ceeb818

Please sign in to comment.