[metadata] name = mopidy_funkwhale description = "A backend extension for mopidy to stream music from a Funkwhale server" version = 0.1.0 author = Eliot Berriot author_email = contact+funkwhale@eliotberriot.com url = https://code.eliotberriot.com/funkwhale/mopidy long_description = file: README.rst license = GLP-3 keywords = code, diff, copy-paste, linter, DRY classifiers = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 [options] zip_safe = True include_package_data = True packages = find: install_requires = mopidy requests pygobject vext [options.entry_points] mopidy.ext = funkwhale = mopidy_funkwhale:Extension [options.extras_require] test = pytest pytest-cov requests-mock pytest-mock dev = ipython ipdb [options.packages.find] exclude = tests [bdist_wheel] universal = 1 [tool:pytest] testpaths = tests