Skip to content

Commit

Permalink
docs: MAINTAINERS file and LGTM configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>
  • Loading branch information
Nicolas Harraudeau committed Oct 12, 2016
1 parent 11195ac commit ce01da0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .lgtm
@@ -0,0 +1,3 @@
approvals = 1
pattern = "(?i)LGTM"
self_approval_off = false
1 change: 1 addition & 0 deletions MAINTAINERS
@@ -0,0 +1 @@
Nicolas Harraudeau <nicolas.harraudeau@cern.ch> (@nharraud)
18 changes: 5 additions & 13 deletions MANIFEST.in
Expand Up @@ -23,24 +23,16 @@
# as an Intergovernmental Organization or submit itself to any jurisdiction.


# Generate this manifest file by running the following commands:
#
# git init
# git add -A
# pip install -e .[all]
# check-manifest -u

# Check manifest will not automatically add these two files:
include .dockerignore
include .editorconfig

# added by check_manifest.py
include *.rst
include *.sh
include *.txt
include docs/requirements.txt
include *.json
include .dockerignore
include .editorconfig
include .lgtm
include LICENSE
include MAINTAINERS
include docs/requirements.txt
include pytest.ini
recursive-include docs *.bat
recursive-include docs *.py
Expand Down

0 comments on commit ce01da0

Please sign in to comment.