-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
52 lines (48 loc) · 1.16 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[metadata]
name = Mopidy-RadioNet
version = 0.2.2
url = https://github.com/plintx/mopidy-radionet
license = Apache License, Version 2.0
license_file = LICENSE
description = Mopidy extension for playing music from Radio.net
long_description = file: README.rst
classifiers =
Environment :: No Input/Output (Daemon)
Intended Audience :: End Users/Desktop
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Multimedia :: Sound/Audio :: Players
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >= 3.7
install_requires =
Mopidy >= 3.0.0
Pykka >= 2.0.1
pyspotify >= 2.0.5
requests >= 2.20.0
setuptools
[options.extras_require]
lint =
black
check-manifest
flake8
flake8-black
flake8-bugbear
flake8-import-order
isort
test =
pytest
pytest-cov
responses
dev =
%(lint)s
%(test)s
[flake8]
application-import-names = mopidy_radionet,tests
exclude = .git,.tox