Skip to content

Commit

Permalink
Small fix in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiggelman committed May 2, 2017
1 parent ef5f62c commit b4ab811
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
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='spirack',
version='0.1.0.dev1',
version='0.1.0.dev2',
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',
Expand All @@ -12,7 +12,7 @@
keyword = ['SPI', 'Qcodes'],
classifiers = [],
install_requires=[
'serial',
'pyserial',
],
package_data={
'': ['*.cat', '*.inf']
Expand Down

0 comments on commit b4ab811

Please sign in to comment.