Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge djmitche/build-relengapi:issue224 (PR #226)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 5, 2015
2 parents 2f3ecaf + d61eb04 commit 0ac5822
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ recursive-include docs/_static *
recursive-include relengapi *.html *.jpg *.css *.js *.txt *.map *.eot *.svg *.ttf *.woff
include LICENSE.txt
include README.md
include contribute.json
prune docs_build_dir
28 changes: 28 additions & 0 deletions contribute.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "RelengAPI",
"description": "The code behind https://api.pub.build.mozilla.org",
"repository": {
"url": "https://github.com/mozilla/build-relengapi",
"license": "MPL2"
},
"bugs": {
"list": "https://github.com/mozilla/build-relengapi/issues",
"mentored": "https://github.com/mozilla/build-relengapi/labels/sprint"
},
"urls": {
"prod": "https://api.pub.build.mozilla.org",
"stage": "https://api-pub-build.allizom.org"
},
"participate": {
"docs": "https://api.pub.build.mozilla.org/docs/",
"irc": "#releng"
},
"keywords": [
"JSON",
"Python",
"Flask",
"AngularJS",
"Bootstrap",
"Celery"
]
}

0 comments on commit 0ac5822

Please sign in to comment.