forked from Pincer-org/Pincer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
71 lines (68 loc) · 1.7 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
[metadata]
name = pincer
version = 0.11.4
description = Discord API wrapper rebuild from scratch.
long_description = file: docs/PYPI.md
long_description_content_type = text/markdown
author = Sigmanificient, Arthurdw
author_email = contact@pincer.dev
keywords = discord, api, asynchronous, websockets, aiohttp
license = MIT
license_file = LICENSE
platform = unix, linux, osx, cygwin, windows
url = https://pincer.dev
project_urls =
Github repository=https://github.com/pincer-org/pincer
ReadTheDocs=https://pincer.readthedocs.org
Discord=https://discord.gg/8WkYz3fNFm
classifiers =
Development Status :: 2 - Pre-Alpha
# Development Status :: 3 - Alpha
# Development Status :: 4 - Beta
# Development Status :: 5 - Production/Stable
# Development Status :: 6 - Mature
# Development Status :: 7 - Inactive
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
[options]
include_package_data = True
packages =
pincer
pincer.objects
pincer.objects.events
pincer.objects.app
pincer.objects.message
pincer.objects.user
pincer.objects.voice
pincer.objects.guild
pincer.middleware
pincer.core
pincer.utils
install_requires =
websockets>=10.0
aiohttp>=3.7.4post0,<3.8.0
python_requires = >=3.8
[options.extras_require]
testing =
coverage==6.1.2
flake8==4.0.1
tox==3.24.4
pre-commit==2.15.0
pytest==6.2.5
pytest-cov==3.0.0
mypy==0.910
twine==3.6.0
wheel==0.37.0
img =
Pillow==8.4.0
speed =
orjson>=3.5.4
Brotli>=1.0.9
aiodns>=1.1
cchardet>=2.1.7
[options.package_data]
pincer = py.typed