setup.py
Go to the documentation of this file.
00001 #1/usr/bin/env python
00002 from setuptools import setup
00003 import sys
00004 sys.path.insert(0, 'src')
00005 
00006 setup(name='nav_view',
00007       version= '0.1.0',
00008       packages=['nav_view'],
00009       package_dir = {'':'src'},
00010       install_requires=[],
00011       author = "Ze'ev Klapow", 
00012       author_email = "zklapow@willowgarage.com",
00013       url = "",
00014       download_url = "", 
00015       keywords = [],
00016       classifiers = [
00017         "Programming Language :: Python", 
00018         "License :: OSI Approved :: BSD License" ],
00019       description = "",
00020       long_description = "",
00021       license = "BSD"
00022       )


rqt_nav_view
Author(s): Ze'ev Klapow
autogenerated on Fri Jan 3 2014 11:55:48