-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsetup.cfg
57 lines (53 loc) · 1.29 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
53
54
55
56
57
# -*- coding: utf-8 -*-
[metadata]
name = pidi-spotify
version = 0.0.1
author = Philip Howard
author_email = phil@pimoroni.com
description = Utility for displaying Spotify track data and album art alongside Raspotify/Librespot
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Raspberry Pi
url = https://www.pimoroni.com
project_urls =
GitHub=https://github.com/pimoroni/pidi-spotify
license = MIT
# This includes the license file(s) in the wheel.
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
license_files = LICENSE.txt
classifiers =
Development Status :: 4 - Beta
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Multimedia
Topic :: System :: Hardware
[options]
include_package_data = True
python_requires = >= 3.7
packages = pidi_spotify
install_requires =
pidi_display_st7789
spotipy
ConfigArgParse
[options.entry_points]
console_scripts =
pidi_spotify = pidi_spotify:main
[flake8]
exclude =
.tox,
.eggs,
.git,
__pycache__,
build,
dist
ignore =
E501
[pimoroni]
py2deps =
py3deps =
configtxt =
commands =