forked from coveooss/json-schema-for-humans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (26 loc) · 829 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
[metadata]
name = json-schema-for-humans
summary = Generate static HTML documentation from JSON schemas
description-file = README.md
description-content-type = text/markdown
author = Denis Blanchette, AbdulRahman Al Hamali
author-email = [email protected]
license = Apache Software License
url = https://github.com/coveooss/json-schema-for-humans
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Documentation
python_requires = >=3.6
[files]
packages =
json_schema_for_humans
[entry_points]
console_scripts =
generate-schema-doc = json_schema_for_humans.generate:main
[pbr]
skip_changelog = True