I found the solution seeing the daap plugin.
I just have to add
entry_points="""
[elisa.core.components.resource_provider]
WeatherResourceProvider =
elisa.plugins.weather.report_provider:WeatherReportProvider
""")in setup.py. Cheers Luca
