We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd976d commit 951d244Copy full SHA for 951d244
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "interactions"
+name = "discord-py-interactions"
3
version = "5.0.0"
4
description = "Easy, simple, scalable and modular: a Python API wrapper for interactions."
5
authors = [
setup.py
@@ -35,7 +35,7 @@
35
extras_require["dev"] = extras_require["tests"] + extras_require["docs"] + ["pre-commit"]
36
37
setup(
38
- name="interactions",
+ name="discord-py-interactions",
39
description=pyproject["tool"]["poetry"]["description"],
40
long_description=(Path(__file__).parent / "README.md").read_text(),
41
long_description_content_type="text/markdown",
0 commit comments