28 lines
444 B
INI
28 lines
444 B
INI
[metadata]
|
|
name = Playtypus
|
|
description = A desktop client for Funkwhale
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
|
|
[options]
|
|
packages =
|
|
playtypus
|
|
setup_requires =
|
|
setuptools_scm
|
|
install_requires =
|
|
PyQt5
|
|
requests
|
|
funksnake
|
|
QtAwesome
|
|
python_requires = >=3.7
|
|
|
|
[options.entry_points]
|
|
gui_scripts =
|
|
playtypus = playtypus
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
max-line-length = 120
|