File: setup.cfg

package info (click to toggle)
mangohud 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,488 kB
  • sloc: cpp: 170,231; xml: 14,297; ansic: 11,983; python: 3,120; sh: 616; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (3)
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
[metadata]
name = mangohud_control
version = 0.0.1
author = Simon Hallsten
author_email = flightlessmangoyt@gmail.com
description = control interface for mangohud
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: Linux

[options]
package_dir =
  = src

packages = find:
python_requires = >=3.6

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
    mangohud-control = control:main

[pycodestyle]
max-line-length = 160