Skip to content

Commit

Permalink
Revert "update package name"
Browse files Browse the repository at this point in the history
This reverts commit 68097b5.
  • Loading branch information
adbenitez committed Apr 6, 2024
1 parent 68097b5 commit 5fa5db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FAQ Bot

[![Latest Release](https://img.shields.io/pypi/v/faqbot.svg)](https://pypi.org/project/faqbot)
[![Latest Release](https://img.shields.io/pypi/v/deltachat-faqbot.svg)](https://pypi.org/project/deltachat-faqbot)
[![CI](https://github.com/deltachat-bot/faqbot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/faqbot/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand All @@ -9,7 +9,7 @@ A simple FAQ Bot for Delta Chat groups
## Install

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

## Usage
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "faqbot"
name = "deltachat-faqbot"
description = "FAQ bot, help to answer common questions in support groups"
dynamic = ["version"]
readme = "README.md"
Expand All @@ -22,9 +22,6 @@ dependencies = [
"deltabot-cli>=6.0.0,<7.0",
]

[project.urls]
Homepage = "https://github.com/deltachat-bot/faqbot"

[project.optional-dependencies]
dev = [
"black",
Expand Down

0 comments on commit 5fa5db8

Please sign in to comment.