13 lines
258 B
Bash
13 lines
258 B
Bash
|
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require pypi distutils
|
||
|
|
||
|
SUMMARY="python bindings for musicbrainz NGS webservice"
|
||
|
|
||
|
LICENCES="BSD-2"
|
||
|
SLOT="0"
|
||
|
PLATFORMS="~amd64"
|
||
|
MYOPTIONS=""
|
||
|
|