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 7, 2021
1 parent 7563c70 commit 94a7be5
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.1',
version = '0.0.2',
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.1.tar.gz',
download_url = 'https://github.com/PowerBroker2/rfd900x/archive/0.0.2.tar.gz',
keywords = ['RFD', 'RFD-900', 'RFD-900x', 'RFD-900+', 'RFD 900', 'RFD 900x', 'RFD 900+'],
classifiers = [],
install_requires = []
Expand Down

0 comments on commit 94a7be5

Please sign in to comment.