Fix Feeder plugin name

This commit is contained in:
Calum Lind 2011-06-04 22:51:41 +01:00
parent f736576436
commit b86ba13376
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
from setuptools import setup, find_packages
__plugin_name__ = "feeder"
__plugin_name__ = "Feeder"
__author__ = "Fredrik Eriksson"
__author_email__ = "feeder@winterbird.org"
__version__ = "0.4"