Skip to content

Commit

Permalink
Change the name of the package from pufferblow-api to pufferblow
Browse files Browse the repository at this point in the history
…for simplicity
  • Loading branch information
ramsy0dev committed Feb 14, 2024
1 parent dbeeb48 commit 217e881
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[tool.poetry]
name = "pufferblow-api"
name = "pufferblow"
version = "0.0.1-beta"
description = "The official API for PufferBlow"
authors = ["ramsy0dev <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
packages = [{include = "pufferblow_api"}]
packages = [
{include = "pufferblow"}
]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down Expand Up @@ -34,7 +36,7 @@ loguru = "^0.7.2"
gunicorn = "^21.2.0"

[tool.poetry.plugins."console_scripts"]
pufferblow_api = "pufferblow_api:cli.run"
pufferblow-api = "pufferblow:cli.run"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 217e881

Please sign in to comment.