Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: MAINTAINERS file and LGTM configuration #12

Merged
merged 1 commit into from
Oct 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .lgtm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvals = 1
pattern = "(?i)LGTM"
self_approval_off = false
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nicolas Harraudeau <nicolas.harraudeau@cern.ch> (@nharraud)
18 changes: 5 additions & 13 deletions MANIFEST.in
Original file line number Diff line number Diff line change
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