-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
54 lines (40 loc) · 953 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[bdist_wheel]
universal=0
[metadata]
name = automabot
author = Maël Pedretti & Dany Chea
author_email = [email protected]
summary = Automabot bot for Discord.
license = MIT
description-file =
README.rst
home-page = https://github.com/73VW/AutomaBot
python_requires = >=3.6
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Education
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Home Automation
[extras]
fast =
cchardet
aiodns
qa =
flake8
isort
pycodestyle
pydocstyle
docs =
Sphinx>=1.6.0
sphinxcontrib-trio
[options]
packages = find:
[entry_points]
console_scripts =
automabot = automabot.__main__:main