-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
70 lines (62 loc) · 1.25 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
[metadata]
name = isshub_sync
description = Sync library for Isshub
long_description = file:README.rst
version = 0.0.1.dev0
author = Stéphane "Twidi" Angel
author_email = [email protected]
license = MIT
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: MIT License
Framework :: Django
Framework :: Django :: 2.0
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
keywords =
github
gitlab
bitbucket
sync
aiohttp
url = https://github.com/Isshub-io/isshub_sync
requires-python = >=3.6
[options]
zip_safe = True
packages = find:
install_requires =
aiodns
aiohttp
cchardet
[options.packages.find]
exclude =
tests
[options.extras_require]
dev =
ipython
mypy
prospector-fixes-232[with_pyroma]
pylint
pytest
pytest-aiohttp
pytest-cov
pytest-mock
python-coveralls
wheel
[bdist_wheel]
universal = 1
[mypy]
ignore_missing_imports = true
[mypy-isshub_sync.settings]
ignore_errors = True
[tool:pytest]
addopts =
--cov=isshub_sync
--cov-report term-missing
--doctest-modules
--ignore setup.py
--pyargs
[coverage:run]
branch = True