forked from truckersmp-cli/truckersmp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (32 loc) · 1019 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
32
33
34
35
[metadata]
name = truckersmp-cli
version = file: RELEASE
description = A simple launcher for TruckersMP to be used with Wine/Proton
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/lhark/truckersmp-cli
project_urls =
Bug Tracker = https://github.com/lhark/truckersmp-cli/issues
Source Code = https://github.com/lhark/truckersmp-cli
license = MIT
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Games/Entertainment
Topic :: Games/Entertainment :: Simulation
platforms = x86_64 POSIX systems
[options]
python_requires = >=3.3
packages = truckersmp_cli
scripts = truckersmp-cli
zip_safe = False
[options.extras_require]
optional = setuptools; vdf
[options.package_data]
truckersmp_cli =
proton.json
truckersmp-cli.exe