Skip to content

Commit

Permalink
Fix readme and url in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matesh committed Feb 13, 2022
1 parent dec7233 commit d8ae667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
package_data={
'mqttk': ['*.png']
},
download_url="{}/tarball/{}".format(url, __version__),
download_url="{}/releases".format(url),
license="GPLv3"
)

0 comments on commit d8ae667

Please sign in to comment.