This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
forked from daltonmatos/aiologger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
51 lines (48 loc) · 1.39 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
[metadata]
name = aiologger
version = 0.6.0
description = Asynchronous logging for python and asyncio
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://github.com/b2wdigital/aiologger
project_urls =
Documentation=https://aiologger.readthedocs.io/en/latest/
Code=https://github.com/b2wdigital/aiologger
Issue tracker=https://github.com/b2wdigital/aiologger/issues
author = Diogo Magalhães Martins
author_email = [email protected]
keywords = logging json log output
classifiers =
Development Status :: 4 - Beta
Framework :: AsyncIO
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Unix
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: System :: Logging
Topic :: Software Development :: Libraries
[options]
packages = find:
python_requires = >=3.6
tests_require =
pytest
pytest-cov
codecov
asynctest==0.12.0
freezegun==0.3.10
mypy==0.630
black==18.9b0
ipdb==0.11
aiofiles==0.4.0
uvloop==0.11.3
setup_requires = setuptools>=38.6.0
[options.packages.find]
exclude = *test*
[options.extras_require]
aiofiles = aiofiles==0.4.0