Initial Commit / Linux Combined Proof of Concept example

This commit is contained in:
John McCardle 2023-02-23 19:37:13 -05:00
commit d0d2eae762
935 changed files with 155947 additions and 0 deletions

View 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