Initial Commit / Linux Combined Proof of Concept example
This commit is contained in:
commit
d0d2eae762
935 changed files with 155947 additions and 0 deletions
13
deps_windows/libtcod-1.23.1-x86_64-msvc/python/setup.cfg
Normal file
13
deps_windows/libtcod-1.23.1-x86_64-msvc/python/setup.cfg
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue