-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (30 loc) · 925 Bytes
/
setup.cfg
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
29
30
31
[metadata]
name = discore
version = 0.4
author = Kyrela
description = A core for initialise, run and tracks errors of discord.py bots
long_description = file: README.md
long_description_content_type = text/markdown
keywords = discore, discord, core, bot, log, error, help, setup, config, run, track
licence = MIT
url = https://github.com/kyrela/discore
download_url = https://github.com/Kyrela/discore/releases/latest
classifiers =
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
Intended Audience :: Developers
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development
[options]
include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
discord.py~=2.4.0
yamlenv~=0.7.1
addict~=2.4.0
mergedeep~=1.3.4
python-dotenv~=1.0.1
python-i18n[YAML]~=0.3.9