Skip to content

Commit 684d787

Browse files
committed
📚 update organisation
1 parent c721686 commit 684d787

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ django-excel - 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/django-excel.svg?branch=master
9-
:target: http://travis-ci.org/pyexcel/django-excel
8+
.. image:: https://api.travis-ci.org/pyexcel-webwares/django-excel.svg?branch=master
9+
:target: http://travis-ci.org/pyexcel-webwares/django-excel
1010

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

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

217217
.. code-block:: bash
218218
219-
$ git clone https://github.com/pyexcel/django-excel.git
219+
$ git clone https://github.com/pyexcel-webwares/django-excel.git
220220
$ cd django-excel
221221
$ python setup.py install
222222

django_excel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
overrides: "pyexcel.yaml"
22
name: "django-excel"
3+
organisation: pyexcel-webwares
34
version: 0.0.9
45
current_version: 0.0.9
56
release: 0.0.9

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
================================================================================
88

99
:Author: C.W.
10-
:Source code: http://github.com/pyexcel/django-excel.git
11-
:Issues: http://github.com/pyexcel/django-excel/issues
10+
:Source code: http://github.com/pyexcel-webwares/django-excel.git
11+
:Issues: http://github.com/pyexcel-webwares/django-excel/issues
1212
:License: New BSD License
1313
:Released: |version|
1414
:Generated: |today|
@@ -169,7 +169,7 @@ or clone it and install it:
169169

170170
.. code-block:: bash
171171
172-
$ git clone https://github.com/pyexcel/django-excel.git
172+
$ git clone https://github.com/pyexcel-webwares/django-excel.git
173173
$ cd django-excel
174174
$ python setup.py install
175175

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'e to read and write data in different excel file formats' +
1818
''
1919
)
20-
URL = 'https://github.com/pyexcel/django-excel'
20+
URL = 'https://github.com/pyexcel-webwares/django-excel'
2121
DOWNLOAD_URL = '%s/archive/0.0.9.tar.gz' % URL
2222
FILES = ['README.rst', 'CHANGELOG.rst']
2323
KEYWORDS = [

0 commit comments

Comments
 (0)