-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
48 lines (45 loc) · 1.22 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
[metadata]
name = xradios
version = attr: xradios.__version__
description = Search and play your favorite Internet radio station.
author = André P. Santos
author_email = [email protected]
long_description_content_type = text/markdown
long_description = file: README.md
license = MIT
url = https://github.com/andreztz/xradios
keywords = player, radio, stations, radio-stations, terminal
classifiers =
Development Status :: 1 - Planning
Intended Audience :: End Users/Desktop
Programming Language :: Python :: 3 :: Only
Topic :: Multimedia :: Sound/Audio :: Players
Topic :: Utilities
project_urls =
Source = https://github.com/andreztz/xradios/
[options]
python_requires = >=3.8
include_package_data = true
packages = find:
install_requires =
appdirs == 1.4.4
prompt_toolkit==3.0.47
notify-send == 1.1.2
Pygments==2.18.0
streamscrobbler3 == 0.0.4
python-mpv == 1.0.6
pyradios == 2.1.0
python-vlc==3.0.20123
pluginbase == 1.0.1
tinydb==4.8.0
cmd-parser == 0.0.1.dev2
setuptools==70.0.0
[options.extras_require]
dev =
flake8
pre-commit
build
[options.entry_points]
console_scripts =
xradios = xradios.__main__:main
xradiosd = xradios.core.server:main