Ran update-copyright.py.
[igor.git] / setup.py
index 446771e817142b61aa59816006aae8a5141378b3..de684a6e7281f90162e251fa8cd66f12f5d0b03c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2011-2012 Paul Kienzle <pkienzle@nist.gov>
+#                         W. Trevor King <wking@tremily.us>
+#
+# This file is part of igor.
+#
+# igor is free software: you can redistribute it and/or modify it under the
+# terms of the GNU Lesser General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or (at your option) any
+# later version.
+#
+# igor is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+# details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with igor.  If not, see <http://www.gnu.org/licenses/>.
 
 "igor: interface for reading binary IGOR files."
 
@@ -23,7 +39,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',