-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (27 loc) · 722 Bytes
/
setup.cfg
File metadata and controls
28 lines (27 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = DyphanBot
author = Buzzbyte
description = An Extensible Discord Bot
long_description = file: README.md
url = https://github.com/buzzbyte/DyphanBot
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU Affero General Public License v3
Development Status :: 3 - Alpha
[options]
packages = find_namespace:
install_requires =
py-cord[voice] @ git+https://github.com/Pycord-Development/pycord@master
yt_dlp
websockets
requests
requests_oauthlib
async-timeout
aiohttp
aiohttp_session[secure]
aioauth_client
python_requires = >=3.8
setup_requires =
setuptools>=42.0
setuptools-scm>=3.4