netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package
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...
 

Detailed Description

NetMsgs standard setup.py script.

Variable Documentation

dictionary setup.PkgInfo
Initial value:
1 = {
2  'name': 'NetMsgs',
3  'version': '1.2.2',
4  'description': 'RoadNarrows NetMsgs 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': ['NetMsgs'],
13  'package_dir': {'NetMsgs':'modules/NetMsgs'},
14  'package_data': {'NetMsgs':['_NetMsgsCore.*']},
15  'scripts': ['scripts/netmsgsgen'],
16 }

Package Information (required by setup and rnmake utilities)

Definition at line 45 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 32 of file setup.py.