-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (53 loc) · 1.42 KB
/
setup.cfg
File metadata and controls
57 lines (53 loc) · 1.42 KB
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
[metadata]
name = aio.api.github
version = file: VERSION
author = Ryan Northey
author_email = ryan@synca.io
maintainer = Ryan Northey
maintainer_email = ryan@synca.io
license = Apache Software License 2.0
url = https://github.com/envoyproxy/toolshed/tree/main/py/aio.api.github
description = Wrapper around gidgethub
long_description = file: README.rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
Typing :: Typed
[options]
python_requires = >=3.12
packages = find_namespace:
install_requires =
abstracts>=0.2.0
aio.core>=0.11.1
aiohttp>=3.9.0
gidgethub>=5.4.0
multidict>=6.0.2
packaging>=23.0
yarl>=1.7.2
[options.extras_require]
test =
pytest>=7.4.0
pytest-abstracts>=0.1.1
pytest-asyncio>=0.23.3
pytest-cov
pytest-iters>=0.1.0
pytest-patches>=0.1.0
lint = flake8>=6.1.0
types =
mypy>=1.6.0
publish = wheel>=0.41.0
[options.package_data]
aio.api.github = py.typed
[options.packages.find]
include =
aio.api.github
aio.api.github.*