From b7ebedffddcf551848d3d651c266a176dbcd48cd Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 30 Oct 2010 22:19:04 +0200 Subject: [PATCH] Add mopidy scan to setup.py bin entry --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fabc8353..d0044005 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( package_data={'mopidy': ['backends/libspotify/spotify_appkey.key']}, cmdclass=cmdclasses, data_files=data_files, - scripts=['bin/mopidy'], + scripts=['bin/mopidy', 'bin/mopidy-scan'], url='http://www.mopidy.com/', license='Apache License, Version 2.0', description='MPD server with Spotify support',