mopidy-funkwhale/setup.cfg

61 lines
1006 B
INI
Raw Permalink 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"
author = The Funkwhale Collective
2022-02-06 11:52:25 +01:00
author_email = maintainers@funkwhale.audio
2018-12-10 20:59:11 +01:00
url = https://dev.funkwhale.audio/funkwhale/mopidy
2018-10-03 18:34:45 +02:00
long_description = file: README.rst
license = GLP-3
keywords = code, diff, copy-paste, linter, DRY
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
[options]
zip_safe = True
include_package_data = True
packages = find:
install_requires =
2021-02-04 09:52:35 +01:00
mopidy>=3
2018-10-03 18:34:45 +02:00
requests
2019-05-03 12:22:45 +02:00
requests_oauthlib
2018-10-03 22:40:14 +02:00
pygobject
vext
2018-10-03 18:34:45 +02:00
2018-10-03 18:58:50 +02:00
[options.entry_points]
mopidy.ext =
funkwhale = mopidy_funkwhale:Extension
[options.extras_require]
2022-02-06 11:59:20 +01:00
lint =
black
2018-10-03 18:34:45 +02:00
test =
pytest
pytest-cov
requests-mock
pytest-mock
2018-10-04 20:57:27 +02:00
factory_boy
2018-10-03 18:34:45 +02:00
2018-10-03 18:58:50 +02:00
dev =
ipython
ipdb
build =
setuptools
wheel
publish =
twine
2018-10-03 18:34:45 +02:00
[options.packages.find]
exclude =
tests
[bdist_wheel]
universal = 1
[tool:pytest]
testpaths = tests