summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2010-06-10 10:25:25 -0700
committerAdrian Sampson <adrian@radbox.org>2010-06-10 10:25:25 -0700
commit08552e2046d1baa94673310e8be6285df373cca2 (patch)
tree7cb5a3af1fff675b1185c24dbd03e7aa6e779a5d
parent144becf8d55a11b1bbadf29aade487a069acdb15 (diff)
remove download link for munkres (author updated pypi entry)1.0b1
-rwxr-xr-xsetup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 963da4751..06df6ec3b 100755
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,9 @@ setup(name='beets',
The purpose of beets is to get your music collection right once
and for all. It catalogs your collection, automatically
- improving its metadata as it goes. It then provides a set of
- tools for manipulating and accessing your music.
+ improving its metadata as it goes using the MusicBrainz database.
+ It then provides a set of tools for manipulating and accessing
+ your music.
Beets also includes a music player that implements the MPD
protocol, so you can play music in your beets library using any
@@ -51,8 +52,5 @@ setup(name='beets',
'cmdln',
'eventlet >= 0.9.3',
],
-
- # The munkres module doesn't have any working download links.
- dependency_links=['http://beets.radbox.org/packages/'],
)