summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-10-30 01:28:27 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-10-30 01:28:27 -0300
commit2a30560aa560af1ee282706fd79cdb061ab2fbc8 (patch)
treeb66dc03113f503f3567b5c7c73854e88dff61729 /setup.py
parentc5ac6458fc28a4e24a6fecbdc226835dbed9563b (diff)
Added info command to shell
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2969c3e..66ff60a 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(name='PyVISA',
packages=['pyvisa', 'pyvisa.compat',
'pyvisa.ctwrapper',
'pyvisa.resources',
+ 'pyvisa.thirdparty',
'pyvisa.testsuite'],
platforms="Linux, Windows,Mac",
py_modules=['visa'],