-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (40 loc) · 1.1 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
[metadata]
name = pjy
description = pjy - command-line JSON processor
long_description = file: README.rst
keywords = json, processor, query, filter, jq
url = https://gitlab.com/hydrargyrum/pjy
license = WTFPL
author = Hg
author_email = dev@indigo.re
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: Public Domain
Topic :: Utilities
Topic :: Text Processing :: Filters
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
zip_safe = 1
python_requires = >=3
packages = find:
tests_require = pytest
[options.data_files]
share/doc/pjy =
README.rst
[options.extras_require]
pygments = pygments
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 120