Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Feb 11, 2021
1 parent e19785f commit f9e2066
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 @@ -6,14 +6,14 @@
setup(
name = 'rfd900x',
packages = ['rfd900x'],
version = '0.0.5',
version = '0.0.6',
description = 'Python module for configuring RFD900x series radios',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Power_Broker',
author_email = 'gitstuff2@gmail.com',
url = 'https://github.com/PowerBroker2/rfd900x',
download_url = 'https://github.com/PowerBroker2/rfd900x/archive/0.0.5.tar.gz',
download_url = 'https://github.com/PowerBroker2/rfd900x/archive/0.0.6.tar.gz',
keywords = ['RFD', 'RFD-900', 'RFD-900x', 'RFD-900+', 'RFD 900', 'RFD 900x', 'RFD 900+'],
classifiers = [],
install_requires = ['pyserial']
Expand Down

0 comments on commit f9e2066

Please sign in to comment.