Package setup


Variables

string __copyright__
string __license__
list slimpy_base_packages
list slimpy_package = [ 'SLIMpy' ]
list proj_packages
list Utils_packages
list modules = [ 'slimproj' ]
tuple scripts_dir = join( "scripts" , "*")
tuple scripts = glob( scripts_dir )
 all_packages = slimpy_base_packages+slimpy_package+proj_packages+Utils_packages
string name = 'SLIMpy'
string version = '0.3'
string description = 'Python Interface to ANA'
string author = "Sean Ross-Ross"
string author_email = 'srossross@gmail.com'
string url = 'http://slim.eos.ubc.ca/SLIMpy'
 packages = all_packages,
 py_modules = modules,


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""

Definition at line 137 of file setup.py.

string __license__

Initial value:

"""
This file is part of SLIMpy .

SLIMpy 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.

SLIMpy 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 SLIMpy . If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 140 of file setup.py.

Definition at line 227 of file setup.py.

string author = "Sean Ross-Ross"

Definition at line 245 of file setup.py.

string author_email = 'srossross@gmail.com'

Definition at line 246 of file setup.py.

string description = 'Python Interface to ANA'

Definition at line 244 of file setup.py.

list modules = [ 'slimproj' ]

Definition at line 224 of file setup.py.

string name = 'SLIMpy'

Definition at line 242 of file setup.py.

Definition at line 249 of file setup.py.

Initial value:

[
"slimproj_core",
"slimproj_core.builders",
"slimproj_core.slim_tools" ]

Definition at line 215 of file setup.py.

Definition at line 250 of file setup.py.

scripts = glob( scripts_dir )

Definition at line 226 of file setup.py.

tuple scripts_dir = join( "scripts" , "*")

Definition at line 225 of file setup.py.

Definition at line 164 of file setup.py.

list slimpy_package = [ 'SLIMpy' ]

Definition at line 213 of file setup.py.

string url = 'http://slim.eos.ubc.ca/SLIMpy'

Definition at line 247 of file setup.py.

Initial value:

[
"SLIMutils",
      ]

Definition at line 220 of file setup.py.

string version = '0.3'

Definition at line 243 of file setup.py.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6