<addon id="script.module.pydevd" name="pydevd" version="3.4.1" provider-name="Fabio Zadrozny, Paul Backhouse">
	<requires>
		<import addon="xbmc.python" version="2.1.0"/>
	</requires>
	<extension point="xbmc.python.module" library="lib"/>
	<extension point="xbmc.addon.metadata">
	    <summary lang="en">XBMC support for PyDev remote debugging in Eclipse/Aptana.</summary>
	    <description lang="en">See here for details: http://pydev.org/manual_adv_remote_debugger.html</description>
	    <platform>all</platform>
	    <language></language>
	    <license>Eclipse Public License</license>
	    <forum></forum>
	    <website>http://pydev.org/</website>
	    <source>https://github.com/powlo/script.module.pydevd</source>
	    <email></email>
	    <disclaimer lang="en">Use at your own risk. The authors accept no liability. May cause permanent and/or catastrophic damage. Side effects include, but are not limited to, loss of memory, seizures, sudden fits of rage, sudden fits of melancholy, inability to recall prominent capital cities, lack of respect for authority, fear of cats, temporary and/or permanent black outs. Avoid inhalation. Use in a well ventilated space. Keep away from small children.</disclaimer>	
	</extension>
</addon>