McRogueFace/deps_windows/libtcod-1.23.1-x86_64-msvc/python/setup.cfg

14 lines
259 B
INI

[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