Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
setup Namespace Reference

Variables

string pkgroot = '../..'
 RN Package Root Directory (not python package)
 
dictionary PyDocInfo
 Package pydoc additional information (required by rnmake utilities) More...
 
dictionary PkgInfo
 Package Information (required by setup and rnmake utilities) More...
 
list xmlfiles = [ ]
 List of XML files.
 

Detailed Description

Laelaps python modules setup.py script.

Variable Documentation

dictionary setup.PkgInfo
Initial value:
1 = {
2  'name': 'Laelaps',
3  'version': '1.0.0',
4  'description': 'RoadNarrows Laelaps Python Package',
5  'long_description':,
6  'author': 'Robin Knight',
7  'author_email': 'robin.knight@roadnarrows.com',
8  'maintainer': 'RoadNarrows LLC',
9  'url': 'http://www.roadnarrows.com/',
10  'platforms': "any",
11  'license':,
12  'packages': ['Laelaps', 'Laelaps.images'],
13  'package_dir': {'Laelaps':'modules/Laelaps',
14  'Laelaps.images':'modules/Laelaps/images'},
15  'package_data': {'Laelaps':['_ImuMspMsgs.*', '_RoboClawMsgs.*',
16  '_WatchDogMsgs.*'],
17  'Laelaps.images':['*.png', '*.jpg']},
18  'scripts': [],
19 }

Package Information (required by setup and rnmake utilities)

Definition at line 72 of file setup.py.

dictionary setup.PyDocInfo
Initial value:
1 = {
2  'org_initials': 'RNR',
3  'index_template': pkgroot+"/docs/pydoc.html.tpl",
4  'images_dir': pkgroot+"/docs/images",
5  'images': {
6  'ORG_LOGO': 'Logo.png',
7  'FAVICON': 'favicon.png',
8  },
9 }

Package pydoc additional information (required by rnmake utilities)

Definition at line 59 of file setup.py.