Skip to content

Commit

Permalink
Rename pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhoangtung committed Dec 1, 2020
1 parent b0030e8 commit 4518d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create SSH tunel to a running colab notebook
## Usage
Create a new Colab notebook with two cell with the following content:
```python
!pip3 install colab_ssh
!pip3 install linus_colab_ssh

from colab_ssh import setup_ssh, loop_forever

Expand All @@ -31,6 +31,6 @@ Then voila ;)

## Disclaimer

This repo contains many of the configuration that I use for my day to day work so your milage may vary.
This repo contains many of the configuration that I use for my day to day work so it might not be the best for you.

If you had any problems using this, feel free to open an issue. Otherwise, I highly recommend you to fork this repo and did some necessary modification for yourself. Thanks for checking by
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def parse_requirements(filename):
install_requires = parse_requirements('requirements.txt')

setup(
name="colab_ssh",
name="linus_colab_ssh",
version=__version__,
description='Create SSH tunel to a running colab notebook',
long_description=readme(),
Expand All @@ -34,7 +34,7 @@ def parse_requirements(filename):
setup_requires=[],
dependency_links=[],
python_requires='>=3',
py_modules=['colab_ssh'],
py_modules=['ssh_colab'],
classifiers=[
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 4518d4e

Please sign in to comment.