forked from nfoster1492/ClassMateBot-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.py
20 lines (18 loc) · 817 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from setuptools import setup
setup(
name="ClassMateBot",
version="0.2",
description="A Discord bot for classrom discord channels",
long_description=""" A Discord bot which provides utility commands for students and teachers in classrom discord channels """,
author="Chaitanya Patel, Walter Evan Brown, Kunwar Vidhan, Sumedh Sanjay Salvi, Sunil Dattatraya Upare",
author_emails="[email protected], [email protected], [email protected], [email protected], [email protected]",
url="https://github.com/War-Keeper/ClassMateBot",
liscense="MIT",
install_requires=["pytest", "discord.py"],
classifiers=[
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
],
)
# Copyright (c) 2021 War-Keeper