-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
43 lines (38 loc) · 927 Bytes
/
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
[bdist_wheel]
universal=1
[pycodestyle]
ignore =
E501
[metadata]
name = jsonstreams
version = 0.6.0
description = A JSON stream writer
long_description = file: README.rst
url = https://github.com/dcbaker/jsonstreams
author = Dylan Baker
author_email = dylan@pnwbakers.com
keywords = JSON stream
license = MIT
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Intended Audience :: Developers
[options]
pacakges = jsonstreams
include_package_data = true
python_requires = >= 3.6.0
[options.extras_require]
recomended = simplejson
lint =
mypy
pydocstyle
pycodestyle
pylint
[options.package_data]
* = *.pyi