-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
39 lines (36 loc) · 990 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
32
33
34
35
36
37
38
39
[metadata]
name = drawbot
version = 2.0.0
author = Drawbu
description = A Pronote notifier discord bot.
long_description = file: docs/README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
platform = unix, linux, osx, cygwin, windows
project_urls =
Github repository=https://github.com/drawbu/drawbot
Discord=https://discord.gg/XGXydQyKhQ
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages =
drawbot
drawbot.cogs
drawbot.utils
install_requires =
discord.py==2.1.0
pronotepy==2.8.0
colorama==0.4.6
python_requires = > 3.8
zip_safe = no
[options.extras_require]
dev =
black~=22.6.0