Skip to content

Commit

Permalink
Added download_url link to tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiggelman committed May 2, 2017
1 parent 481bfe2 commit ef5f62c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
version='0.1.0.dev1',
description='Drivers for the QuTech SPI-rack',
url='https://github.com/Rubenknex/SPI-rack',
download_url='https://github.com/Rubenknex/SPI-rack/archive/0.1.0.dev1.tar.gz',
author='Marijn Tiggelman',
author_email='qutechdev@gmail.com',
license='MIT',
packages=['spirack',
'spirack/drivers'
'tests'],
packages=['spirack'],
keyword = ['SPI', 'Qcodes'],
classifiers = [],
install_requires=[
'serial',
],
Expand Down

0 comments on commit ef5f62c

Please sign in to comment.