<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.yahoo" name="Yahoo! Weather" version="0.0.1" provider-name="ronie">
	<requires>
		<import addon="xbmc.python" version="2.0"/>
		<import addon="script.module.simplejson" version="2.0.10"/>
	</requires>
	<extension point="xbmc.python.weather" library="default.py"/>
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Weather forecast from yahoo.com</summary>
		<description lang="en">Weather forecast provided by Yahoo! Weather (http://weather.yahoo.com/)</description>
		<disclaimer lang="en">Use of this add-on implies that you have agreed to the Terms of Service located at http://developer.yahoo.com/weather/#terms</disclaimer>
		<language></language>
		<platform>all</platform>
	</extension>
</addon>
