Split record handling into modules and implement VariablesRecord.
[igor.git] / setup.py
index c63b48b5319ce03571056ef5d6e7715f19ec5e90..446771e817142b61aa59816006aae8a5141378b3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ setup(name=package_name,
         ],
       packages=[
         'igor',
+        'igor.record',
         ],
       scripts=[
         'bin/igorbinarywave.py',