forked from SE21-Team2/ClassMateBot
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.py
19 lines (17 loc) · 837 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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='cpatel3@ncsu.edu, webrown2@ncsu.edu, kvidhan@ncsu.edu, ssalvi@ncsu.edu, supare@ncsu.edu',
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