-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
30 lines (27 loc) · 803 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
[metadata]
name = game-engine-finder
version = 0.0.0.21
description = Python script for easily figuring out the engine used for a game.
long_description = file: README.md
long_description_content_type = text/markdown
author = Vetle Ledaal
keywords = game, engine, pcgamingwiki
platforms = any
classifiers =
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
project_urls =
Source = https://github.com/vetleledaal/game-engine-finder
Bug Tracker = https://github.com/vetleledaal/game-engine-finder/issues
[options]
packages = find:
python_requires = >=3.6
py_modules =
find_engine
include_package_data = True
zip_safe = False
[options.entry_points]
console_scripts =
find-engine = find_engine:set_clip_detect
[options.packages.find]
exclude = tests