Skip to content

Commit 88bbca0

Browse files
authored
Merge pull request #12 from sakuraio/feat/sakuraio_org
Change organization
2 parents 8d070ac + ba9592d commit 88bbca0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python library for SakuraIO ![travis-ci](https://travis-ci.org/sakura-internet/python-sakuraio.svg?branch=master)
1+
# Python library for SakuraIO ![travis-ci](https://travis-ci.org/sakuraio/python-sakuraio.svg?branch=master)
22

33
**WARNING: This library is under development with destructive changes.**
44

@@ -39,7 +39,7 @@ It currently supports I2C (SMBus) ONLY, and tested with Raspberry Pi.
3939
# From PyPi
4040
sudo pip3 install sakuraio
4141
# From Github.com
42-
sudo pip3 install -e git+https://github.com/sakura-internet/python-sakuraio.git#egg=sakuraio
42+
sudo pip3 install -e git+https://github.com/sakuraio/python-sakuraio.git#egg=sakuraio
4343
```
4444

4545
### Example

docs/hardware/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python-sakuraio can be installed from Github.com with tools like ``pip``:
88
# From PyPi
99
$ pip install sakuraio
1010
# From Github.com
11-
$ pip install -e git+https://github.com/sakura-internet/python-sakuraio.git#egg=sakuraio
11+
$ pip install -e git+https://github.com/sakuraio/python-sakuraio.git#egg=sakuraio
1212
1313
1414
Requirements
@@ -31,4 +31,4 @@ __ https://www.raspberrypi.org/downloads/raspbian/
3131
.. code-block:: bash
3232
3333
$ sudo apt-get install python3 python3-pip python3-smbus
34-
$ pip3 install -e git+https://github.com/sakura-internet/python-sakuraio.git#egg=sakuraio
34+
$ pip3 install -e git+https://github.com/sakuraio/python-sakuraio.git#egg=sakuraio

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
description='Python SakuraIO Library',
99
author='chibiegg',
1010
author_email='chibiegg@chibiegg.net',
11-
url='https://github.com/sakura-internet/python-sakuraio/',
11+
url='https://github.com/sakuraio/python-sakuraio/',
1212
packages=['sakuraio', 'sakuraio.hardware', 'sakuraio.hardware.commands', 'sakuraio.hardware.rpi'],
1313
classifiers=[
1414
# How mature is this project? Common values are

0 commit comments

Comments
 (0)