Skip to content

Commit e96c4aa

Browse files
committed
docs: test
1 parent 2d9d718 commit e96c4aa

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

setup.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ def read_requirements(filename):
5656
],
5757
)
5858

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-
)
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)