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, |
string __copyright__ |
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/>. """
string author_email = 'srossross@gmail.com' |
string description = 'Python Interface to ANA' |
list packages = all_packages, |
list proj_packages |
scripts = glob( scripts_dir ) |
tuple scripts_dir = join( "scripts" , "*") |
list slimpy_base_packages |
list slimpy_package = [ 'SLIMpy' ] |
list Utils_packages |