Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebegin authored Aug 5, 2020
1 parent 3c76069 commit b2ad178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'metrics2mqtt',
packages = ['metrics2mqtt'],
version = '0.1.15',
version = '0.1.16',
license='MIT',
description = 'Publish cross-platorm system performance metrics to a MQTT broker',
author_email = 'jjbegin@gmail.com',
url = 'https://github.com/jamiebegin/metrics2mqtt',
download_url = 'https://github.com/jamiebegin/metrics2mqtt/archive/v0.1.15.tar.gz',
download_url = 'https://github.com/jamiebegin/metrics2mqtt/archive/v0.1.16.tar.gz',
keywords = ['mqtt', 'psutil', 'metrics'],
setup_requires = [
'wheel'
Expand Down

0 comments on commit b2ad178

Please sign in to comment.