Go to the documentation of this file.00001
00002 from distutils.core import setup
00003
00004
00005 setup(name='rosinstall',
00006 version= '0.6.17',
00007 packages=['rosinstall', 'vcstools'],
00008 package_dir = {'':'src'},
00009 scripts = ["scripts/win-rosinstall.py", "scripts/rosinstall.bat", "scripts/win-rosws.py", "scripts/rosws.bat", "scripts/win-rosinstall-setupfiles.py"],
00010 author = "Daniel Stonier",
00011 author_email = "d.stonier@gmail.com",
00012 url = "https://github.com/stonier/win_ros/",
00013 download_url = "http://files.yujinrobot.com/appupdater/python/2.7/",
00014 keywords = ["ROS"],
00015 classifiers = [
00016 "Programming Language :: Python",
00017 "License :: OSI Approved :: BSD License" ],
00018 description = "Windows implementation of the installer for ROS",
00019 long_description = """\
00020 Checks out repos from a .rosinstall description
00021 """,
00022 license = "BSD"
00023 )