-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
26 lines (25 loc) · 929 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
[metadata]
name = kodi-game-scripting
summary = Scripting for Kodi Game add-ons
description-file = README.md
#TODO: Reenable with pbr 4.3.1
#description-content-type = text/markdown; charset=UTF-8
url = https://github.com/kodi-game/kodi-game-scripting
author = Christian Fetzer
author-email = [email protected]
license = GNU General Public License v2 or later (GPLv2+)
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
OSI Approved :: GNU General Public License v2 or later (GPLv2+)
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX
Programming Language :: Python
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Code Generators
keywords = kodi retroplayer
[entry_points]
console_scripts =
process_game_addons.py = kodi_game_scripting.process_game_addons:main