Skip to content

Commit 3360fba

Browse files
authored
Moving to new PyPI project name.
1 parent 40eab3e commit 3360fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
extras["dev"] = extras["lint"] + extras["readthedocs"]
2121

2222
setup(
23-
name="discord-py-slash-command",
23+
name="discord-py-interactions",
2424
version=VERSION,
2525
author="goverfl0w",
2626
author_email="[email protected]",
27-
description="A simple interaction handler for discord.py.",
27+
description="A simple API wrapper for Discord interactions.",
2828
extras_require=extras,
2929
install_requires=["discord.py", "aiohttp"],
3030
license="MIT License",

0 commit comments

Comments
 (0)