From b57a241f52f9935475f5e8f167c9b4ba570158fa Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 5 Feb 2021 23:18:18 +0100 Subject: [PATCH] Changed base URL to platypush.tech --- platypush/platydock/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/platydock/__init__.py b/platypush/platydock/__init__.py index 78ef654d..150dc632 100755 --- a/platypush/platydock/__init__.py +++ b/platypush/platydock/__init__.py @@ -108,7 +108,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version): content += textwrap.dedent( ''' - RUN git clone --recursive https://github.com/BlackLight/platypush.git /app \\ + RUN git clone --recursive https://git.platypush.tech/platypush/platypush.git /app \\ && cd /app \\ && pip install -r requirements.txt \\ && python setup.py web_build diff --git a/setup.py b/setup.py index 22ef24c5..88e15eb1 100755 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ setup( license="MIT", python_requires='>= 3.6', keywords="home-automation iot mqtt websockets redis dashboard notificaions", - url="https://git.platypush.tech/platypush/platypush", + url="https://platypush.tech", packages=find_packages(), include_package_data=True, entry_points={