mopidy-funkwhale/setup.cfg

49 lines
945 B
INI
Raw Normal View History

2018-10-03 18:34:45 +02:00
[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 =
2018-10-03 18:58:50 +02:00
mopidy
2018-10-03 18:34:45 +02:00
requests
2018-10-03 18:58:50 +02:00
[options.entry_points]
mopidy.ext =
funkwhale = mopidy_funkwhale:Extension
[options.extras_require]
2018-10-03 18:34:45 +02:00
test =
pytest
pytest-cov
2018-10-03 18:58:50 +02:00
dev =
pygobject
ipython
ipdb
2018-10-03 18:34:45 +02:00
[options.packages.find]
exclude =
tests
[bdist_wheel]
universal = 1
[tool:pytest]
testpaths = tests