Skip to content

Commit

Permalink
Merge pull request #144 from rcthomas/url-update
Browse files Browse the repository at this point in the history
Update url in setup.py
  • Loading branch information
loichuder authored Aug 25, 2023
2 parents 7d88f71 + 935ea43 commit 8c86b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Install Python
uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=find_packages(),
cmdclass=cmdclass,
author="Max Klein",
url="https://github.com/telamonian/jupyterlab-hdf5",
url="https://github.com/jupyterlab/jupyterlab-hdf5",
license="BSD",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "hdf5"],
Expand All @@ -40,7 +40,7 @@
install_requires=[
"h5grove==0.0.14",
"h5py",
"notebook",
"notebook<7",
"numpy",
"tornado",
],
Expand Down

0 comments on commit 8c86b71

Please sign in to comment.