mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
remove download link for munkres (author updated pypi entry)
This commit is contained in:
parent
144becf8d5
commit
08552e2046
1 changed files with 3 additions and 5 deletions
8
setup.py
8
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/'],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue