Skip to content

Commit 08739b2

Browse files
committed
Drop Mozilla branding.
1 parent c158dfc commit 08739b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "schema"]
22
path = gateway_addon/schema
3-
url = https://github.com/mozilla-iot/gateway-addon-ipc-schema
3+
url = https://github.com/WebThingsIO/gateway-addon-ipc-schema

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gateway_addon
22
=============
33

4-
Python bindings for developing Python add-ons for Mozilla WebThings Gateway.
4+
Python bindings for developing Python add-ons for WebThings Gateway.
55

66
For a tutorial on building an add-on, see `this page <https://hacks.mozilla.org/2018/02/creating-an-add-on-for-the-project-things-gateway/>`_.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
setup(
3131
name='gateway_addon',
3232
version='0.12.0',
33-
description='Bindings for Mozilla WebThings Gateway add-ons',
33+
description='Bindings for WebThings Gateway add-ons',
3434
long_description=long_description,
35-
url='https://github.com/mozilla-iot/gateway-addon-python',
36-
author='Mozilla IoT',
37-
keywords='mozilla webthings gateway addon add-on',
35+
url='https://github.com/WebThingsIO/gateway-addon-python',
36+
author='WebThingsIO',
37+
keywords='webthings gateway addon add-on',
3838
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
3939
package_data={'': ['schema/schema.json', 'schema/**/*.json']},
4040
install_requires=requirements,

0 commit comments

Comments
 (0)