setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # -*- Python -*-
00003 # -*- coding: utf-8 -*-
00004 
00005 '''rtsprofile
00006 
00007 Copyright (C) 2009-2010
00008     Geoffrey Biggs
00009     RT-Synthesis Research Group
00010     Intelligent Systems Research Institute,
00011     National Institute of Advanced Industrial Science and Technology (AIST),
00012     Japan
00013     All rights reserved.
00014 Licensed under the Eclipse Public License -v 1.0 (EPL)
00015 http://www.opensource.org/licenses/eclipse-1.0.txt
00016 
00017 File: setup.py
00018 
00019 Install script.
00020 
00021 '''
00022 
00023 __version__ = '$Revision: $'
00024 # $Source$
00025 
00026 
00027 from distutils.core import setup
00028 import sys
00029 
00030 
00031 setup(name='rtsprofile',
00032       version='1.0.0',
00033       description='Library to read, manipulate and write RT system profiles \
00034 using the RTSProfile XML schema.',
00035       long_description='Library to read, manipulate and write RT system \
00036 profiles using the RTSProfile XML schema.',
00037       author='Geoffrey Biggs',
00038       author_email='git@killbots.net',
00039       url='http://github.com/gbiggs/rtsprofile',
00040       license='EPL',
00041       classifiers=[
00042           'Development Status :: 5 - Production/Stable',
00043           'Intended Audience :: Developers',
00044           'License :: OSI Approved :: EPL License',
00045           'Natural Language :: English',
00046           'Operating System :: OS Independent',
00047           'Programming Language :: Python :: 2.6',
00048           'Programming Language :: Python :: 2.7',
00049           'Topic :: Software Development',
00050           ],
00051       packages=['rtsprofile']
00052       )
00053 
00054 
00055 # vim: tw=79
00056 


rtsprofile
Author(s): Geoffrey Biggs
autogenerated on Thu Aug 27 2015 14:59:19