Changeset 7431

Show
Ignore:
Timestamp:
2006-05-06 13:06:20 (3 years ago)
Author:
matt
Message:

Added the mb-submit-disc tool.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • python-musicbrainz2/trunk/CHANGES.txt

    r7386 r7431  
    22 
    33  * Made the package work inside a zip file for py2exe (#1411, Luks). 
     4  * Added the mb-submit-disc tool. 
    45 
    56 
  • python-musicbrainz2/trunk/setup.py

    r7386 r7431  
    9090    'packages': [ 'musicbrainz2', 'musicbrainz2.data' ], 
    9191    'package_dir':  { 'musicbrainz2': 'src/musicbrainz2' }, 
     92    'scripts':  [ 'bin/mb-submit-disc' ], 
    9293    'cmdclass': { 'test': TestCommand, 'docs': GenerateDocsCommand }, 
    9394}