Skip to content
Snippets Groups Projects
Commit fe01591e authored by mehtank's avatar mehtank
Browse files

Set plugin details

parent 25ed85d7
No related merge requests found
...@@ -4,7 +4,7 @@ import os.path ...@@ -4,7 +4,7 @@ import os.path
from glob import glob from glob import glob
pkg_path = "plugin" pkg_path = "woodbot"
def get_metadata(field): def get_metadata(field):
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
......
""" """
roco plugin: ??? designs roco plugin: woodbot designs
Library for making ??? designs using roco Library for making a Woodbot using roco
""" """
__author__ = 'UCLA LEMUR' __author__ = 'UCLA LEMUR'
__credits__ = 'The Laboratory for Embedded Machines and Ubiquitous Robots' __credits__ = 'The Laboratory for Embedded Machines and Ubiquitous Robots'
__plugin_name__ = 'template' __plugin_name__ = 'woodbot'
__description__ = 'Robot Compiler: design plugin for ' + __plugin_name__ __description__ = 'Robot Compiler: design plugin for ' + __plugin_name__
__url__ = 'https://git.uclalemur.com/roco/roco-template' __url__ = 'https://git.uclalemur.com/mehtank/roco-woodbot'
from ._version import __version__ from ._version import __version__
del _version del _version
File moved
File moved
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment