diff --git a/pykat/finesse.py b/pykat/finesse.py index 120f2a3559d34b9e76e4c27302b09e327b5710dd..52b9a82e0b3e17367a4f810375c459bf2fd29e40 100644 --- a/pykat/finesse.py +++ b/pykat/finesse.py @@ -2,7 +2,26 @@ """ Created on Sun Jan 27 09:56:53 2013 -@author: Daniel +PyKat - Python interface and wrapper for FINESSE +Copyright (C) 2013 Daniel David Brown + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Contact at ddb@star.sr.bham.ac.uk + +@author: Daniel Brown """ import os import exceptions diff --git a/setup.py b/setup.py index 5ab5fdb6f83c7b0603f3892ec87962180adb2c50..7942fe86b1ee8f042da7d4d663515b9a2c448c66 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ from distutils.core import setup setup( name='PyKat', - version='0.0.1', + version='0.0', author='Daniel Brown', - author_email='danielbrown87@gmail.com', + author_email='ddb@star.sr.bham.ac.uk', packages=['pykat'], - url='http://www.gwoptics.org/pykat', + url='http://pypi.python.org/pypi/PyKat/', license='LICENSE.txt', description='Python interface and tools for FINESSE', long_description=open('README.txt').read(),