File: setup.cfg

package info (click to toggle)
libtcod 1.24.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,728 kB
  • sloc: ansic: 46,186; cpp: 13,523; python: 4,814; makefile: 44; sh: 25
file content (13 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[bdist_wheel]
; this ctypes module works on both Python 2 and 3
universal = 1

[build_make]
; the make command raises errors on DLL's that are already built
ignore_errors = 1

[aliases]
test=pytest

[tool:pytest]
addopts = tests/ --cov=libtcodpy