Skip to content

Commit

Permalink
Smalle merge mistake fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiggelman committed Jun 1, 2017
1 parent cfdfa77 commit 1c7f5e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ Before connecting the SPI-rack for the first time, install the drivers located
in `drivers.zip`. On 64-bit systems run `SPI-Rack_x64`, on 32-bit systems
run `SPI-Rack_x86`. This is only necessary on Windows systems.

<<<<<<< HEAD
Install the package using `pip install spirack`

# Qcodes
A Qcodes wrapper for the instrument is available from https://github.com/QCoDeS/Qcodes
=======
Install this package using `pip install spirack`

# Qcodes

A Qcodes wrapper for the instrument is available from https://github.com/QCoDeS/Qcodes
>>>>>>> origin/master
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ def get_version(verbose=0):
author_email='[email protected]',
license='MIT',
packages=['spirack'],
<<<<<<< HEAD
keywords = ['SPI', 'Qcodes', 'SPI-rack'],
=======
keywords = ['SPI', 'Qcodes'],
>>>>>>> origin/master
classifiers = [],
install_requires=[
'pyserial',
Expand Down

0 comments on commit 1c7f5e2

Please sign in to comment.