Skip to content

Commit

Permalink
Some modifications to get the metadata in line with the metadata
Browse files Browse the repository at this point in the history
of e2openplugins.
  • Loading branch information
Erik Slagter committed Apr 1, 2012
1 parent 85468d4 commit c223eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

pkg = 'Remote channel stream converter'
setup (name = 'enigma2-plugin-extensions-remotestreamconverter',
pkg = 'RemoteChannelStreamConverter'
setup (name = 'enigma2-plugin-systemplugins-remote-channel-stream-converter',
version = '1.0',
description = 'Convert remote channel list for streaming',
packages = [pkg],
Expand Down

0 comments on commit c223eaa

Please sign in to comment.