Skip to content

Commit

Permalink
configure download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-anonymoto committed Aug 22, 2021
1 parent d059baf commit 9b5b4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
name = 'whatsminer', # How you named your package folder (MyLib)
packages = ['whatsminer'], # Chose the same as "name"
version = '0.1.0', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
license='MIT', # Choose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Unofficial python API for MicroBT Whatsminer ASICs', # Give a short description about your library
author = 'Satoshi Anonymoto', # Type in your name
author_email = '', # Type in your E-Mail
url = 'https://github.com/satoshi-anonymoto/whatsminer-api', # Provide either the link to your github or to your website
download_url = 'https://github.com/satoshi-anonymoto/whatsminer-api/archive/v_01.tar.gz', # I explain this later on
download_url = 'https://github.com/satoshi-anonymoto/whatsminer-api/archive/refs/tags/0.1.0-beta01.tar.gz',
keywords = ['whatsminer', 'microbt', 'api'], # Keywords that define your package best
install_requires=[ # I get to this in a second
install_requires=[
'pycryptodome',
],
classifiers=[
Expand Down

0 comments on commit 9b5b4be

Please sign in to comment.