-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
75 lines (70 loc) · 1.96 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = Red-Web-Dashboard
version = attr: reddash.__version__
description = An easy-to-use interactive web Dashboard to control your Red bot!
license = AGPL-3.0
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
author = Neuro Assassin & AAA3A
url = https://github.com/AAA3A-AAA3A/Red-Dashboard
project_urls =
Third Party Discord Server = https://discord.gg/red-cog-support-240154543684321280
Documentation = https://red-web-dashboard.readthedocs.io/en/latest/
Donate on Buy Me a Coffee = https://www.buymeacoffee.com/aaa3a
Source Code = https://github.com/AAA3A-AAA3A/Red-Dashboard
Red Source Code = https://github.com/Cog-Creators/Red-DiscordBot
Red Discord Server = https://discord.gg/red
classifiers =
Development Status :: 3 - Alpha
Framework :: Flask
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU Affero General Public License v3
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
[options]
packages =
find:
python_requires = >=3.8.1
install_requires =
flask[async]
waitress
websocket-client
Flask-Babel
pygments
PyJWT
flask-login
flask_wtf
WTForms
python-Levenshtein
fernet
rich
rapidfuzz
fuzzywuzzy
aiohttp
django-user-agents
Flask-Bootstrap
markdown
bleach
flask-moment
flask-talisman
flask-sitemapper
include_package_data = True
[options.extras_require]
style =
black==19.10b0
docs =
Sphinx==4.4.0
sphinx-rtd-theme==1.0.0
sphinx-prompt==1.5.0
[options.entry_points]
console_scripts =
reddash = reddash.__main__:main
[options.packages.find]
include =
reddash
reddash.*