Add COPYING file with GPLv3 text.
[igor.git] / setup.py
index c63b48b5319ce03571056ef5d6e7715f19ec5e90..a01a3cf068837c419843ca39ee0f907c784f9fa8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,9 @@ setup(name=package_name,
       long_description=open(os.path.join(_this_dir, 'README'), 'r').read(),
       classifiers=[
         'Development Status :: 2 - Pre-Alpha',
+        'Environment :: Console',
         'Intended Audience :: Developers',
+        'Intended Audience :: Science/Research',
         'Operating System :: OS Independent',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python',
@@ -32,6 +34,7 @@ setup(name=package_name,
         ],
       packages=[
         'igor',
+        'igor.record',
         ],
       scripts=[
         'bin/igorbinarywave.py',