forked from patricksurry/pysimconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (28 loc) · 902 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 = pysimconnect
version = 0.2.6
author = Patrick Surry
author_email = [email protected]
description = Python wrapper for Microsoft FlightSimulator 2020 SimConnect SDK
long_description = file: README.md
long_description_content_type = text/markdown
keywords = pysimconnect, SimConnect, SimVars, ctypes, SDK, API, FS2020, Microsoft Flight Simulator
url = https://github.com/patricksurry/pysimconnect
project_urls =
Bug Tracker = https://github.com/patricksurry/pysimconnect/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = simconnect
python_requires = >=3.6
install_requires =
typer >= 0.9
click >= 8.1
lunr
[options.entry_points]
console_scripts =
simconnect = simconnect.cli:app [typer]
[options.package_data]
* = scvars*.json, SimConnect.dll