Skip to content

Commit 951d244

Browse files
committed
build: revert package namechange
look, changing them in this release is gunna be a pain in the ass. im just going to mirror
1 parent 6dd976d commit 951d244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "interactions"
2+
name = "discord-py-interactions"
33
version = "5.0.0"
44
description = "Easy, simple, scalable and modular: a Python API wrapper for interactions."
55
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
extras_require["dev"] = extras_require["tests"] + extras_require["docs"] + ["pre-commit"]
3636

3737
setup(
38-
name="interactions",
38+
name="discord-py-interactions",
3939
description=pyproject["tool"]["poetry"]["description"],
4040
long_description=(Path(__file__).parent / "README.md").read_text(),
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)