Skip to content

Commit 12599f2

Browse files
committed
📚 update organisation
1 parent 78e3524 commit 12599f2

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pyexcel-webio - Let you focus on data, instead of file formats
55
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66
:target: https://www.patreon.com/pyexcel
77

8-
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-webio.svg?branch=master
9-
:target: http://travis-ci.org/pyexcel/pyexcel-webio
8+
.. image:: https://api.travis-ci.org/pyexcel-webwares/pyexcel-webio.svg?branch=master
9+
:target: http://travis-ci.org/pyexcel-webwares/pyexcel-webio
1010

11-
.. image:: https://codecov.io/gh/pyexcel/pyexcel-webio/branch/master/graph/badge.svg
12-
:target: https://codecov.io/gh/pyexcel/pyexcel-webio
11+
.. image:: https://codecov.io/gh/pyexcel-webwares/pyexcel-webio/branch/master/graph/badge.svg
12+
:target: https://codecov.io/gh/pyexcel-webwares/pyexcel-webio
1313

1414
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1515
:target: https://gitter.im/pyexcel/Lobby
@@ -55,7 +55,7 @@ or clone it and install it:
5555

5656
.. code-block:: bash
5757
58-
$ git clone https://github.com/pyexcel/pyexcel-webio.git
58+
$ git clone https://github.com/pyexcel-webwares/pyexcel-webio.git
5959
$ cd pyexcel-webio
6060
$ python setup.py install
6161

pyexcel_webio.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-webio"
3+
organisation: pyexcel-webwares
34
nick_name: webio
45
version: "0.1.4"
56
current_version: "0.1.4"

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'A generic request and response interface for pyexcel web extensions.' +
1515
''
1616
)
17-
URL = 'https://github.com/pyexcel/pyexcel-webio'
17+
URL = 'https://github.com/pyexcel-webwares/pyexcel-webio'
1818
DOWNLOAD_URL = '%s/archive/0.1.4.tar.gz' % URL
1919
FILES = ['README.rst', 'CHANGELOG.rst']
2020
KEYWORDS = [
@@ -63,7 +63,8 @@
6363
"Find 0.1.4 in changelog for more details")
6464
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6565
'Please install gease to enable it.')
66-
UPLOAD_FAILED_MSG = ('Upload failed. please run "%s" yourself.')
66+
UPLOAD_FAILED_MSG = (
67+
'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND)
6768
HERE = os.path.abspath(os.path.dirname(__file__))
6869

6970

0 commit comments

Comments
 (0)