-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (48 loc) · 1.05 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
[metadata]
name = gqlmod-github
author = Jamie Bliss
author_email = [email protected]
description = GitHub provider for gqlmod
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/gqlmod/gqlmod-github
license = LGPL
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: OS Independent
[options]
include_package_data = False
packages = find:
python_requires = >=3.7
install_requires =
gqlmod[http]~=0.9.0
setup_requires =
wheel
setuptools_scm
tests_require =
pytest
pytest-asyncio
[options.extras_require]
app =
jwcrypto
python-dateutil
aiohttp
[options.entry_points]
graphql_providers =
github = gqlmod_github:GitHubProvider
[flake8]
select = C,E,F,W,B,B9
ignore = E221
max-complexity = 20
max-line-length = 999
exclude =
.eggs,
.git,
.tox,
__pycache__,
build,
dist,
venv