-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
69 lines (60 loc) · 1.4 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
[metadata]
name = krcg-bot
version = 4.3.dev0
author = lionelpx
author_email = [email protected]
url = http://github.com/lionel-panhaleux/krcg-bot
description="Discord bot for VTES cards",
long_description = file: README.md
long_description_content_type = text/markdown
license = "MIT"
keywords = vampire vtes ccg discord bot
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: End Users/Desktop
Natural Language :: English
Operating System :: OS Independent
Environment :: Plugins
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Topic :: Games/Entertainment
[options]
python_requires = >=3.8
zip_safe = True
include_package_data = True
packages = find:
setup_requires =
setuptools
install_requires =
hikari
krcg >= 4.0
setuptools
unidecode
[options.extras_require]
dev =
black
doc8
flake8
ipython
pytest
zest.releaser[recommended]
[options.packages.find]
exclude =
tests
[options.entry_points]
console_scripts =
krcg-bot = krcg_bot:main
[flake8]
max-line-length = 88
exclude = build, dist
ignore = E203, W503
[bdist_wheel]
python-tag = py3
[distutils]
index-servers = pypi
[tool:pytest]
# discord uses aiohttp, which still uses the coroutine decorator
filterwarnings =
ignore:.*"@coroutine" decorator is deprecated.*:DeprecationWarning
[zest.releaser]
create-wheel = yes