forked from twinther/xbmcstubs
-
Notifications
You must be signed in to change notification settings - Fork 46
/
setup.cfg
31 lines (30 loc) · 837 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
[metadata]
name = Kodistubs
version = 21.0.0
author = Roman Miroshnychenko
author_email = roman1972@gmail.com
url = https://github.com/romanvm/Kodistubs
description = Stub modules that re-create Kodi Python API
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = kodi documentation inspection
license = GPL-3.0-only
classifiers =
Environment :: Plugins
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
platform = any
[options]
py_modules =
xbmc
xbmcaddon
xbmcgui
xbmcplugin
xbmcvfs
xbmcdrm
zip_safe = False
include_package_data = True
python_requires = >=3.6