Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Nov 30, 2019
1 parent ae603fd commit 977caab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include README.md

include setupbase.py

include jupyterlab_git/labextension/*.tgz

# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"scripts": {
"build": "jlpm install && tsc",
"build:labextension": "jlpm build && jlpm clean:labextension && mkdirp jupyterlab_git/labextension && cd jupyterlab_git/labextension && npm pack ../..",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"clean:more": "jlpm clean && rimraf build && rimraf dist",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"clean:more": "jlpm clean && rimraf build dist MANIFEST",
"clean:labextension": "rimraf jupyterlab_git/labextension",
"clean:slate": "jlpm clean:more && jlpm clean:labextension && rimraf node_modules",
"watch": "tsc -w",
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
Setup Module to setup Python Handlers (Git Handlers) for the Git Plugin.
"""Setup Module to setup Python serverextension for the jupyterlab git
extension. For non-dev installs, will also automatically
build (if package.json is present) and install (if the labextension exists,
eg the build succeeded) the corresponding labextension.
"""
from pathlib import Path
from subprocess import CalledProcessError
Expand Down

0 comments on commit 977caab

Please sign in to comment.