Skip to content

Commit 32ed743

Browse files
committed
revert: move to one setup call.
1 parent e96c4aa commit 32ed743

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

setup.py

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ def read_requirements(filename):
2525
extras["dev"] = extras["lint"] + extras["readthedocs"]
2626
requirements = read_requirements("requirements.txt")
2727

28-
deprecated = ["discord-py-interactions", "discord-py-slash-command"]
29-
3028
setup(
31-
name="interactions",
29+
name="discord-py-interactions",
3230
version=VERSION,
3331
author="goverfl0w",
3432
author_email="james.discord.interactions@gmail.com",
@@ -55,21 +53,3 @@ def read_requirements(filename):
5553
"Topic :: Utilities",
5654
],
5755
)
58-
59-
# for library in deprecated:
60-
# setup(
61-
# name=library,
62-
# version="4.0.2-deprecated",
63-
# author="goverfl0w",
64-
# author_email="james.discord.interactions@gmail.com",
65-
# description="Easy, simple, scalable and modular: a Python API wrapper for interactions.",
66-
# extras_require=extras,
67-
# install_requires=["interactions"],
68-
# license="GPL-3.0 License",
69-
# long_description="This pip package is no longer being used for supporting updates for Discord interactions in Python. Please use the interactions pip package instead.",
70-
# long_description_content_type="text/markdown",
71-
# url="https://github.com/interactions-py/library",
72-
# packages=find_packages(),
73-
# python_requires=">=3.8.6",
74-
# classifiers=["Topic :: Internet"],
75-
# )

0 commit comments

Comments
 (0)