Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 17, 2023
1 parent b629455 commit 1bb9892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A simple FAQ Bot for Delta Chat groups
## Install

```sh
pip install faqbot
pip install deltachat-faqbot
```

### Installing deltachat-rpc-server
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
version = "0.1.0"
name = "faqbot"
name = "deltachat-faqbot"
description = "FAQ bot, help to answer common questions in support groups"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 1bb9892

Please sign in to comment.