Skip to content

Commit

Permalink
Modified README and setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeeeej committed Aug 27, 2014
1 parent 12954d2 commit 83be9d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Instrument standard from the [IVI foundation](http://www.ivifoundation.org/).
* Agilent InfiniiVision 6000A series
* Agilent InfiniiVision 7000A/B series
* Agilent Infiniium 90000A/90000X series
* LeCroy WaveRunner Xi-A series
* Digital Multimeters (dmm):
* Agilent 34401A
* Agilent 34410A
Expand Down
2 changes: 1 addition & 1 deletion ivi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Generic IVI drivers
"scpi",
# IVI drivers
"agilent", "dicon", "chroma", "colby", "ics", "jdsu", "rigol", "tektronix"]
"agilent", "dicon", "chroma", "colby", "ics", "jdsu", "lecroy", "rigol", "tektronix"]

from .ivi import *
from . import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run_tests(self):
'Programming Language :: Python :: 3'
],
packages = ['ivi', 'ivi.interface', 'ivi.extra', 'ivi.scpi', 'ivi.agilent', 'ivi.chroma', 'ivi.colby',
'ivi.dicon', 'ivi.ics', 'ivi.jdsu', 'ivi.rigol', 'ivi.tektronix'],
'ivi.dicon', 'ivi.ics', 'ivi.jdsu', 'ivi.lecroy', 'ivi.rigol', 'ivi.tektronix'],
requires = ['numpy'],
extras_require = {
'vxi11': ['python-vxi11'],
Expand Down

0 comments on commit 83be9d9

Please sign in to comment.