Add contribute.json file.
This commit is contained in:
parent
fce0904354
commit
c58dd527ed
21
contribute.json
Normal file
21
contribute.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "jingo",
|
||||||
|
"description": "An adapter for using Jinja2 templates with Django.",
|
||||||
|
"repository": {
|
||||||
|
"url": "https://github.com/jbalogh/jingo",
|
||||||
|
"license": "BSD 3-Clause"
|
||||||
|
},
|
||||||
|
"participate": {
|
||||||
|
"home": "https://jingo.readthedocs.org/en/latest/",
|
||||||
|
"docs": "https://jingo.readthedocs.org/en/latest/#testing"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"list": "https://github.com/jbalogh/jingo/issues",
|
||||||
|
"report": "https://github.com/jbalogh/jingo/issues/new"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"django",
|
||||||
|
"python",
|
||||||
|
"jinja"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user