~ubuntu-branches/ubuntu/maverick/rhythmbox-ubuntuone-music-store/maverick

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-08-26 01:47:45 UTC
  • mfrom: (19.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826014745-bwbtb18fewmgs2nk
Tags: 0.1.3-0ubuntu1
* New upstream release:
  - Added missing imports (Rodrigo Moya)
  - Normalize and handle unicode a little before matching, to get better
    matches (John Lenton)
  - Add a cutoff value below which we don't show the suggestion at all
    (John Lenton)
  - Add a could-not-find message (John Lenton)
  - Got rid of the old new icon usage (John Lenton)
  - Make the music link dialog look a bit prettier (Rodrigo Moya)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
DistUtilsExtra.auto.setup(
5
5
    name='rhythmbox-ubuntuone-music-store',
6
 
    version='0.1.2',
 
6
    version='0.1.3',
7
7
    license='LGPL v3',
8
8
    author='Stuart Langridge',
9
9
    author_email='stuart.langridge@canonical.com',
12
12
    url='https://launchpad.net/rhythmbox-ubuntuone-music-store',
13
13
    data_files = [('/usr/lib/rhythmbox/plugins/umusicstore', ['umusicstore/__init__.py',
14
14
                                                              'umusicstore/empty.mp3',
15
 
                                                              'umusicstore/musicstore_icon.png',
16
15
                                                              'umusicstore/MusicStoreWidget.py',
17
16
                                                              'umusicstore/U1MSLinks.py',
18
17
                                                              'umusicstore/u1msurl.glade'])],