forked from ping13/heospy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (41 loc) · 1.31 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
[metadata]
name = heospy
author = Stephan Heuel
author-email = [email protected]
maintainer = Stephan Heuel
maintainer-email = [email protected]
summary = Control an HEOS player with a Python script
description-file =
Readme.md
description-content-type = text//markdown; charset=UTF-8
home-page = https://github.com/ping13/heospy
project_urls =
Bug Tracker = https://github.com/ping13/heospy/issues
Source Code = https://github.com/ping13/heospy.git
requires-python = >=2.7
license = Apache
classifier =
Development Status :: 5 - Production/Stable
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP
keywords = api, heos, marantz, denon, audio
[files]
packages =
heospy
[entry_points]
console_scripts =
heos_player = heospy.heos_player:main
[bdist_wheel]
universal = 1