Skip to content

Commit

Permalink
build: revert package namechange
Browse files Browse the repository at this point in the history
look, changing them in this release is gunna be a pain in the ass. im just going to mirror
  • Loading branch information
LordOfPolls committed Apr 10, 2023
1 parent 6dd976d commit 951d244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "interactions"
name = "discord-py-interactions"
version = "5.0.0"
description = "Easy, simple, scalable and modular: a Python API wrapper for interactions."
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
extras_require["dev"] = extras_require["tests"] + extras_require["docs"] + ["pre-commit"]

setup(
name="interactions",
name="discord-py-interactions",
description=pyproject["tool"]["poetry"]["description"],
long_description=(Path(__file__).parent / "README.md").read_text(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 951d244

Please sign in to comment.