Changed base URL to platypush.tech

This commit is contained in:
Fabio Manganiello 2021-02-05 23:18:18 +01:00
parent 2834ed2a7c
commit b57a241f52
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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={