Skip to content
Snippets Groups Projects
Commit 03fa251e authored by Daniel Brown's avatar Daniel Brown
Browse files

updating setup.py and adding license to file

parent 837a7ec0
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment