#!BPY

#"""
#Name: '%(Command)s'
#Blender: %(Blender version)d
#Group: 'Misc'
#Tooltip: 'A script written by %(User)s'
#"""


__author__ = "%(User)s"
__url__ = ("http://www.blender.org")
__version__ = "1.00"
__bpydoc__ = """\
Here you can put a detailed description of the script for the user - about its
features and usage.
 
Blender users will see it at the window opened by 'Help'-->'Scripts Help browser' command.

P.S. notice that you have two ways of forcing a line break in this docstring:<br>
    - an empty line<br>
    - a tag:<br>
"""
