-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
32 lines (30 loc) · 989 Bytes
/
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
[metadata]
name = Beetstream
version = 1.4.0
author = Binary Brain
author_email = [email protected]
description = Beets.io plugin that expose SubSonic API endpoints, allowing you to stream your music everywhere.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/BinaryBrain/Beetstream
project_urls =
Bug Tracker = https://github.com/BinaryBrain/Beetstream/issues
classifiers =
Environment :: No Input/Output (Daemon)
Intended Audience :: End Users/Desktop
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
Topic :: Multimedia :: Sound/Audio :: Players
License :: OSI Approved :: MIT License
Framework :: Flask
[options]
packages = find:
python_requires = >=3.8
install_requires =
flask >= 1.1.2
flask_cors >= 3.0.10
Pillow >= 8.4.0
ffmpeg-python >= 0.2.0
[options.packages.find]