From d8ae6671d258871c9a995c8b104fefd649c5f6d8 Mon Sep 17 00:00:00 2001 From: Mate Szabo Date: Sun, 13 Feb 2022 12:30:05 +0000 Subject: [PATCH] Fix readme and url in setup --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5323fb3..1b5da50 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - [Introduction](#introduction) - [Software dependencies](#software-dependencies) - [Installation](#installation) -- [macOS - as an app - M1 (ARM64) macs only!](#macos---app) +- [macOS - app](#macos---app) * [On macOS from source](#on-macos-from-source) + [macOS Dependencies](#macos-dependencies) + [macOS - acquiring and installing the package from source](#macos---acquiring-and-installing-the-package-from-source) diff --git a/setup.py b/setup.py index 393db79..668f4c7 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ package_data={ 'mqttk': ['*.png'] }, - download_url="{}/tarball/{}".format(url, __version__), + download_url="{}/releases".format(url), license="GPLv3" )