Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JSON
Short JSON Schema
Commits
242a0461
Commit
242a0461
authored
Oct 18, 2019
by
Paul Warren
Browse files
setup.py
parent
295c49a6
Pipeline
#105
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
242a0461
from
setuptools
import
setup
setup
(
name
=
'short-json-schema'
,
version
=
'0.0.1'
,
author
=
'Paul Warren'
,
author_email
=
'pdw@blinkace.com'
,
description
=
'Abbreviated syntax for JSON Schema'
,
packages
=
[
'shortjsonschema'
],
install_requires
=
[
'jsonschema'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment