1[metadata]
2name = jsonlines
3version = 2.0.0
4author = Wouter Bolsterlee
5author_email = wouter@bolsterl.ee
6license = BSD
7license_file = LICENSE.rst
8description = Library with helpers for the jsonlines file format
9long_description = file: README.rst
10url = https://github.com/wbolster/jsonlines
11classifiers =
12	Development Status :: 5 - Production/Stable
13	Intended Audience :: Developers
14	Intended Audience :: System Administrators
15	License :: OSI Approved :: BSD License
16	Programming Language :: Python
17	Programming Language :: Python :: 3
18	Programming Language :: Python :: 3 :: Only
19	Topic :: Internet :: Log Analysis
20	Topic :: Software Development :: Libraries :: Python Modules
21	Topic :: System :: Logging
22	Topic :: Utilities
23
24[options]
25packages = jsonlines
26python_requires = >=3.6
27
28[build_sphinx]
29source-dir = doc/
30build-dir = doc/build/
31
32[flake8]
33max-line-length = 88
34extend-ignore = E203
35
36[egg_info]
37tag_build =
38tag_date = 0
39
40